diff options
Diffstat (limited to 'src/syscalls.c')
-rw-r--r-- | src/syscalls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syscalls.c b/src/syscalls.c index bc14443..b2ab900 100644 --- a/src/syscalls.c +++ b/src/syscalls.c | |||
@@ -1,7 +1,6 @@ | |||
1 | /* To get syscall() we need to define _GNU_SOURCE | 1 | /* To get syscall() we need to define _GNU_SOURCE |
2 | * in modern glibc versions. | 2 | * in modern glibc versions. |
3 | */ | 3 | */ |
4 | #define _GNU_SOURCE | ||
5 | #include <unistd.h> | 4 | #include <unistd.h> |
6 | #include <linux/unistd.h> | 5 | #include <linux/unistd.h> |
7 | #include <sys/types.h> | 6 | #include <sys/types.h> |