Explorar el Código

syscall cleanup for umount2

Rich Felker hace 14 años
padre
commit
978ca01659
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)