diff options
Diffstat (limited to 'src/linux/swapon.c')
-rw-r--r-- | src/linux/swapon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/linux/swapon.c b/src/linux/swapon.c index 13d2876b..5c75247f 100644 --- a/src/linux/swapon.c +++ b/src/linux/swapon.c @@ -1,5 +1,4 @@ #include <sys/swap.h> -#define SYSCALL_STANDALONE #include "syscall.h" int swapon(const char *path, int flags) |