mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-08 07:42:09 +03:00
syscall cleanup for umount2
This commit is contained in:
parent
a5dec11306
commit
978ca01659
@ -1,5 +1,4 @@
|
|||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#define SYSCALL_STANDALONE
|
|
||||||
#include "syscall.h"
|
#include "syscall.h"
|
||||||
|
|
||||||
int umount2(const char *special, int flags)
|
int umount2(const char *special, int flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user