Browse Source

syscall cleanup for umount2

Rich Felker 14 năm trước cách đây
mục cha
commit
978ca01659
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)