Browse Source

syscall cleanup for umount2

Rich Felker 14 years ago
parent
commit
978ca01659
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/linux/umount2.c

+ 0 - 1
src/linux/umount2.c

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