git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: rename(2), mount(2) and unmount(2)
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
fctrl.h
diff --git
a/lunaix-os/includes/lunaix/fctrl.h
b/lunaix-os/includes/lunaix/fctrl.h
index dc2887295792db8ab933a4535cb6113e4d23fa99..85f49aca73e67e1d0cfd419bcaf226fe188857ae 100644
(file)
--- a/
lunaix-os/includes/lunaix/fctrl.h
+++ b/
lunaix-os/includes/lunaix/fctrl.h
@@
-25,4
+25,15
@@
__LXSYSCALL4(int,
__LXSYSCALL3(int, realpathat, int, fd, char*, buf, size_t, size)
__LXSYSCALL3(int, realpathat, int, fd, char*, buf, size_t, size)
+__LXSYSCALL3(int,
+ mount,
+ const char*,
+ source,
+ const char*,
+ target,
+ const char*,
+ fstype)
+
+__LXSYSCALL1(int, unmount, const char*, target)
+
#endif /* __LUNAIX_FCTRL_H */
#endif /* __LUNAIX_FCTRL_H */