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
Framework for exporting system header to user space (#59)
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
fcntl.h
diff --git
a/lunaix-os/usr/libc/includes/fcntl.h
b/lunaix-os/usr/libc/includes/fcntl.h
index 7e89dc265662ae8fe2ddd21194e4032bcce44a48..d527c9c5dece40969d8d7580b70f49be8857e13c 100644
(file)
--- a/
lunaix-os/usr/libc/includes/fcntl.h
+++ b/
lunaix-os/usr/libc/includes/fcntl.h
@@
-1,8
+1,8
@@
-#ifndef __LUNA
IX
_SYS_FCNTL_H
-#define __LUNA
IX
_SYS_FCNTL_H
+#ifndef __LUNA
LIBC
_SYS_FCNTL_H
+#define __LUNA
LIBC
_SYS_FCNTL_H
-#include <lunaix/fcntl
_defs
.h>
-#include <
lunaix
/types.h>
+#include <lunaix/fcntl.h>
+#include <
sys
/types.h>
extern int
open(const char* path, int flags);
extern int
open(const char* path, int flags);
@@
-10,4
+10,4
@@
open(const char* path, int flags);
extern int
fstat(int fd, struct file_stat* stat);
extern int
fstat(int fd, struct file_stat* stat);
-#endif /* __LUNA
IX
_FCNTL_H */
+#endif /* __LUNA
LIBC
_FCNTL_H */