summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__typedef_mode_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/headers/public/__typedef_mode_t.h')
-rw-r--r--libc-bottom-half/headers/public/__typedef_mode_t.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/public/__typedef_mode_t.h b/libc-bottom-half/headers/public/__typedef_mode_t.h
new file mode 100644
index 0000000..51b927d
--- /dev/null
+++ b/libc-bottom-half/headers/public/__typedef_mode_t.h
@@ -0,0 +1,6 @@
+#ifndef __wasilibc___typedef_mode_t_h
+#define __wasilibc___typedef_mode_t_h
+
+typedef unsigned mode_t;
+
+#endif