1 #ifndef __LUNAIX_FCTRL_H
2 #define __LUNAIX_FCTRL_H
4 #include <lunaix/dirent.h>
5 #include <lunaix/syscall.h>
8 __LXSYSCALL2(int, open, const char*, path, int, options)
10 __LXSYSCALL1(int, mkdir, const char*, path)
11 __LXSYSCALL2(int, unlinkat, int, fd, const char*, pathname)
13 __LXSYSCALL2(int, readdir, int, fd, struct dirent*, dent)
26 __LXSYSCALL3(int, realpathat, int, fd, char*, buf, size_t, size)
39 __LXSYSCALL1(int, unmount, const char*, target)
85 #endif /* __LUNAIX_FCTRL_H */