Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git] / lunaix-os / usr / libc / includes / fcntl.h
index b013d70d9f0c1a602ef671024d997cd0559ae6b7..7e89dc265662ae8fe2ddd21194e4032bcce44a48 100644 (file)
@@ -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 */