X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2a49908006b177c4d6354309333d06b1b96e4887..084eac3d5fa7deeab2296cf20653f4f7b3f75cd0:/lunaix-os/usr/libc/includes/fcntl.h?ds=sidebyside diff --git a/lunaix-os/usr/libc/includes/fcntl.h b/lunaix-os/usr/libc/includes/fcntl.h index b013d70..b818307 100644 --- a/lunaix-os/usr/libc/includes/fcntl.h +++ b/lunaix-os/usr/libc/includes/fcntl.h @@ -1,5 +1,5 @@ -#ifndef __LUNAIX_SYS_FCNTL_H -#define __LUNAIX_SYS_FCNTL_H +#ifndef __LUNALIBC_SYS_FCNTL_H +#define __LUNALIBC_SYS_FCNTL_H #include #include @@ -7,4 +7,7 @@ extern int open(const char* path, int flags); -#endif /* __LUNAIX_FCNTL_H */ +extern int +fstat(int fd, struct file_stat* stat); + +#endif /* __LUNALIBC_FCNTL_H */