diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/include/sys/stat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/sys/stat.h b/sys/include/sys/stat.h index 6f1f371..5409f2c 100644 --- a/sys/include/sys/stat.h +++ b/sys/include/sys/stat.h @@ -48,4 +48,6 @@ struct stat { time_t st_ctime; }; +int stat(const char *path, struct stat *buf); + #endif /* _SYS_STAT_H_ */ |