summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__typedef_dev_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/headers/public/__typedef_dev_t.h')
-rw-r--r--libc-bottom-half/headers/public/__typedef_dev_t.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/public/__typedef_dev_t.h b/libc-bottom-half/headers/public/__typedef_dev_t.h
new file mode 100644
index 0000000..353e94f
--- /dev/null
+++ b/libc-bottom-half/headers/public/__typedef_dev_t.h
@@ -0,0 +1,7 @@
+#ifndef __wasilibc___typedef_dev_t_h
+#define __wasilibc___typedef_dev_t_h
+
+/* Define these as 64-bit integers to support billions of devices. */
+typedef unsigned long long dev_t;
+
+#endif