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
+1 -1
View File
@@ -8,7 +8,7 @@
#define SEEK_END 2
typedef size_t ino_t;
typedef long pid_t;
typedef int pid_t;
typedef long mode_t;
struct dentry {