12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef _SYSCALL_H
- #define _SYSCALL_H 1
- #include <features.h>
- #include <bits/sysnum.h>
- #if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc)
- # include <bits/syscalls.h>
- #endif
- #endif
|