summaryrefslogtreecommitdiff
path: root/src/linux/swapoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/swapoff.c')
-rw-r--r--src/linux/swapoff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/linux/swapoff.c b/src/linux/swapoff.c
index f6fa794e..4f19823f 100644
--- a/src/linux/swapoff.c
+++ b/src/linux/swapoff.c
@@ -1,5 +1,4 @@
#include <sys/swap.h>
-#define SYSCALL_STANDALONE
#include "syscall.h"
int swapoff(const char *path)