aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/abis/linux/mode_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mlibc/abis/linux/mode_t.h')
-rw-r--r--lib/mlibc/abis/linux/mode_t.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/mlibc/abis/linux/mode_t.h b/lib/mlibc/abis/linux/mode_t.h
new file mode 100644
index 0000000..8374c12
--- /dev/null
+++ b/lib/mlibc/abis/linux/mode_t.h
@@ -0,0 +1,8 @@
+
+#ifndef _ABIBITS_MODE_T_H
+#define _ABIBITS_MODE_T_H
+
+typedef unsigned int mode_t;
+
+#endif // _ABIBITS_MODE_T_H
+