refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / usr / libc / includes / fcntl.h
1 #ifndef __LUNAIX_SYS_FCNTL_H
2 #define __LUNAIX_SYS_FCNTL_H
3
4 #include <lunaix/fcntl_defs.h>
5 #include <lunaix/types.h>
6
7 extern int
8 open(const char* path, int flags);
9
10 #endif /* __LUNAIX_FCNTL_H */