diff options
Diffstat (limited to 'include/sys/stat.h')
-rw-r--r-- | include/sys/stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/stat.h b/include/sys/stat.h index 334bc7d..9f3dfe9 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -35,5 +35,6 @@ struct stat { }; #ifndef KERNEL int stat(const char *path, struct stat *buf); +int fstat(int fd, struct stat *buf); #endif #endif |