-rw-r--r-- | src/linux/klogctl.c | 1 |
diff --git a/src/linux/klogctl.c b/src/linux/klogctl.c index 6c288aff..976f29e3 100644 --- a/src/linux/klogctl.c +++ b/src/linux/klogctl.c @@ -1,4 +1,3 @@ -#define SYSCALL_STANDALONE #include "syscall.h" int klogctl (int type, char *buf, int len) |