X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flinux%2Fmount.c;h=8e3cc122ea4a7e9d85397c6916bb59304376da4a;hb=cc2a8228fa0b35c9aee69efa7ac657bb7a4704f9;hp=61299d482c5e8a11a624b7bd600b117e12cb47d4;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl 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 -#define SYSCALL_STANDALONE #include "syscall.h" int mount(const char *special, const char *dir, const char *fstype, unsigned long flags, const void *data)