summaryrefslogtreecommitdiff
path: root/include/sys/statfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/statfs.h')
-rw-r--r--include/sys/statfs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/sys/statfs.h b/include/sys/statfs.h
new file mode 100644
index 00000000..7eaa7e7c
--- /dev/null
+++ b/include/sys/statfs.h
@@ -0,0 +1,10 @@
+#ifndef _SYS_STATFS_H
+#define _SYS_STATFS_H
+
+#include <sys/statvfs.h>
+
+#define statfs statvfs
+#define fstatfs fstatvfs
+#define f_namelen f_namemax
+
+#endif