syscall cleanup for umount2

This commit is contained in:
Rich Felker 2011-02-13 21:29:36 -05:00
parent a5dec11306
commit 978ca01659
1 changed files with 0 additions and 1 deletions

View File

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