diff options
Diffstat (limited to 'src/linux/mount.c')
-rw-r--r-- | src/linux/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/linux/mount.c b/src/linux/mount.c index 61299d48..8e3cc122 100644 --- a/src/linux/mount.c +++ b/src/linux/mount.c @@ -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) |