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
|
||||
Reference in New Issue
Block a user