Newer
Older
barebox / include / sys / stat.h
#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 */