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
Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[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 b013d70d9f0c1a602ef671024d997cd0559ae6b7..7e89dc265662ae8fe2ddd21194e4032bcce44a48 100644
(file)
--- a/
lunaix-os/usr/libc/includes/fcntl.h
+++ b/
lunaix-os/usr/libc/includes/fcntl.h
@@
-7,4
+7,7
@@
extern int
open(const char* path, int flags);
+extern int
+fstat(int fd, struct file_stat* stat);
+
#endif /* __LUNAIX_FCNTL_H */