libc: add headers and definitions required by libgcc

This commit is contained in:
2026-07-19 13:30:19 +01:00
parent 8aa76b5b7f
commit 34b3b8359b
7 changed files with 71 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef SYS_STAT_H_
#define SYS_STAT_H_
#include <sys/types.h>
extern int mkdir(const char *path, mode_t mode);
#endif