syscall cleanup for umount2
authorRich Felker <dalias@aerifal.cx>
Mon, 14 Feb 2011 02:29:36 +0000 (21:29 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 14 Feb 2011 02:29:36 +0000 (21:29 -0500)
src/linux/umount2.c

index cab93fd..ff0803c 100644 (file)
@@ -1,5 +1,4 @@
 #include <sys/mount.h>
-#define SYSCALL_STANDALONE
 #include "syscall.h"
 
 int umount2(const char *special, int flags)