git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
854c96be46c6def80877a78e828f5f75ef46dd4b
[lunaix-os.git]
/
lunaix-os
/
usr
/
api
/
mount.c
1
#include <lunaix/syscall.h>
2
#include <sys/mount.h>
3
4
__LXSYSCALL4(int,
5
mount,
6
const char*,
7
source,
8
const char*,
9
target,
10
const char*,
11
fstype,
12
int,
13
options)
14
15
__LXSYSCALL1(int, unmount, const char*, target)