diff options
Diffstat (limited to 'man2/syscall.2')
| -rw-r--r-- | man2/syscall.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man2/syscall.2 b/man2/syscall.2 index ba28624870..3a6ad7c1ef 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -336,10 +336,9 @@ architectures may indiscriminately clobber other registers not listed here. .\" SRC BEGIN (syscall.c) .EX #define _GNU_SOURCE -#include <unistd.h> -#include <sys/syscall.h> -#include <sys/types.h> #include <signal.h> +#include <sys/syscall.h> +#include <unistd.h> int main(void) |
