summaryrefslogtreecommitdiffstats
path: root/include/sys/stat.h
blob: 037e5f136d12a2f4d6053837228e38e6411ada43 (plain)
1
2
3
4
5
6
7
8
9
#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 */