chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / usr / includes / fcntl.h
1 #ifndef __LUNAIX_SYS_FCNTL_H
2 #define __LUNAIX_SYS_FCNTL_H
3
4 #include <fcntl_defs.h>
5 #include <sys/types.h>
6
7 int
8 open(const char* path, int flags);
9
10 #endif /* __LUNAIX_FCNTL_H */