From 4abab5ad6c8465a7528ccdd5f49367da05f78bbd Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Tue, 1 Oct 2024 15:47:05 +0200 Subject: Initial version --- src/include/sys/stat.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/include/sys/stat.h (limited to 'src/include/sys/stat.h') diff --git a/src/include/sys/stat.h b/src/include/sys/stat.h new file mode 100644 index 0000000..59339be --- /dev/null +++ b/src/include/sys/stat.h @@ -0,0 +1,9 @@ +#ifndef SYS_STAT_H +#define SYS_STAT_H + +#include "../../../include/sys/stat.h" + +hidden int __fstat(int, struct stat *); +hidden int __fstatat(int, const char *restrict, struct stat *restrict, int); + +#endif -- cgit v1.2.3