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
renamed and cleaned up export header files to match linux convention
[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 b81830774fd260d218f5d5d32b9853e74b4c00ff..d527c9c5dece40969d8d7580b70f49be8857e13c 100644
(file)
--- a/
lunaix-os/usr/libc/includes/fcntl.h
+++ b/
lunaix-os/usr/libc/includes/fcntl.h
@@
-1,8
+1,8
@@
#ifndef __LUNALIBC_SYS_FCNTL_H
#define __LUNALIBC_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);