diff options
author | Ron Yorston <rmy@pobox.com> | 2014-03-20 21:45:59 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-03-20 21:45:59 +0000 |
commit | 11f1f922617556a33a6685f691cd2224448ff420 (patch) | |
tree | a1ffd19555fcd143450e74672b5fd657b94ea2ae | |
parent | c9d700f3a93db02035d0a3b28b660a1299b4658a (diff) | |
download | busybox-w32-11f1f922617556a33a6685f691cd2224448ff420.tar.gz busybox-w32-11f1f922617556a33a6685f691cd2224448ff420.tar.bz2 busybox-w32-11f1f922617556a33a6685f691cd2224448ff420.zip |
Add empty sys/syscall.h
-rw-r--r-- | libbb/missing_syscalls.c | 2 | ||||
-rw-r--r-- | win32/sys/syscall.h | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libbb/missing_syscalls.c b/libbb/missing_syscalls.c index c50308ba8..dd430e3e2 100644 --- a/libbb/missing_syscalls.c +++ b/libbb/missing_syscalls.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | //kbuild:lib-$(CONFIG_PLATFORM_POSIX) += missing_syscalls.o | 7 | //kbuild:lib-y += missing_syscalls.o |
8 | 8 | ||
9 | /*#include <linux/timex.h> - for struct timex, but may collide with <time.h> */ | 9 | /*#include <linux/timex.h> - for struct timex, but may collide with <time.h> */ |
10 | #include <sys/syscall.h> | 10 | #include <sys/syscall.h> |
diff --git a/win32/sys/syscall.h b/win32/sys/syscall.h new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/win32/sys/syscall.h | |||