#ifndef __LUNAIX_FCTRL_H #define __LUNAIX_FCTRL_H #include #include #include __LXSYSCALL2(int, open, const char*, path, int, options) __LXSYSCALL1(int, mkdir, const char*, path) __LXSYSCALL2(int, unlinkat, int, fd, const char*, pathname) __LXSYSCALL2(int, readdir, int, fd, struct dirent*, dent) __LXSYSCALL4(int, readlinkat, int, dirfd, const char*, pathname, char*, buf, size_t, size) __LXSYSCALL3(int, realpathat, int, fd, char*, buf, size_t, size) #endif /* __LUNAIX_FCTRL_H */