remove standalone syscall cruft
[musl] / src / linux / mount.c
index 61299d4..8e3cc12 100644 (file)
@@ -1,5 +1,4 @@
 #include <sys/mount.h>
-#define SYSCALL_STANDALONE
 #include "syscall.h"
 
 int mount(const char *special, const char *dir, const char *fstype, unsigned long flags, const void *data)