summaryrefslogtreecommitdiffstats
path: root/include/sys/stat.h
blob: 0dd43d1f02c84646e1eda8843141bd69aaca5a63 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#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 */