diff options
Diffstat (limited to 'system/include/libc/sys/syscall.h')
-rw-r--r-- | system/include/libc/sys/syscall.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/include/libc/sys/syscall.h b/system/include/libc/sys/syscall.h new file mode 100644 index 00000000..24987ddf --- /dev/null +++ b/system/include/libc/sys/syscall.h @@ -0,0 +1,6 @@ +#ifndef _SYS_SYSCALL_H +#define _SYS_SYSCALL_H + +#include <bits/syscall.h> + +#endif |