aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/missing_syscalls.c2
-rw-r--r--win32/sys/syscall.h0
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