From 217e64a099d02d50cdb43acceb2dd28c3f29cad0 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 9 Jun 2025 16:07:14 -0400 Subject: usr: libc: Add stat() in sys/stat.h Signed-off-by: Ian Moffett --- sys/include/sys/stat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') 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_ */ -- cgit v1.2.3