aboutsummaryrefslogtreecommitdiff
path: root/musl/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'musl/sys/syscall.h')
-rw-r--r--musl/sys/syscall.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/musl/sys/syscall.h b/musl/sys/syscall.h
new file mode 100644
index 0000000..24987dd
--- /dev/null
+++ b/musl/sys/syscall.h
@@ -0,0 +1,6 @@
+#ifndef _SYS_SYSCALL_H
+#define _SYS_SYSCALL_H
+
+#include <bits/syscall.h>
+
+#endif