summaryrefslogtreecommitdiff
path: root/include/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/stat.h')
-rw-r--r--include/sys/stat.h1
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