remove standalone syscall cruft
[musl] / src / linux / swapoff.c
index f6fa794..4f19823 100644 (file)
@@ -1,5 +1,4 @@
 #include <sys/swap.h>
-#define SYSCALL_STANDALONE
 #include "syscall.h"
 
 int swapoff(const char *path)