libc: add headers and definitions required by libgcc
This commit is contained in:
@@ -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
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user