9
0
Fork 0
barebox/include/sys/stat.h

10 lines
155 B
C

#ifndef __STAT_H
#define __STAT_H
#include <linux/types.h>
#include <linux/stat.h>
int mkdir (const char *pathname, mode_t mode);
#endif /* __STAT_H */