X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2a49908006b177c4d6354309333d06b1b96e4887..59ecf21e36b2332f6adf2a568ef555283d8c119a:/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 b013d70..7e89dc2 100644 --- 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 */