diff options
author | Ron Yorston <rmy@pobox.com> | 2018-02-21 09:58:22 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-02-21 09:58:22 +0000 |
commit | 5b5cb69bf3e16e4170d4206621682a12d441c87f (patch) | |
tree | e17c977154aa2e0a54dd1acef5c8d6a8ada72624 /win32/Kbuild | |
parent | a1401e340043ac2829757be5c5f546d0ce7eadc7 (diff) | |
download | busybox-w32-5b5cb69bf3e16e4170d4206621682a12d441c87f.tar.gz busybox-w32-5b5cb69bf3e16e4170d4206621682a12d441c87f.tar.bz2 busybox-w32-5b5cb69bf3e16e4170d4206621682a12d441c87f.zip |
win32: import fsync(2) implementation from gnulib
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index b2b43b290..8248c994f 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -6,6 +6,7 @@ lib-y:= | |||
6 | 6 | ||
7 | lib-$(CONFIG_PLATFORM_MINGW32) += env.o | 7 | lib-$(CONFIG_PLATFORM_MINGW32) += env.o |
8 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o | 8 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o |
9 | lib-$(CONFIG_PLATFORM_MINGW32) += fsync.o | ||
9 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o | 10 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o |
10 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o | 11 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o |
11 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o | 12 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o |