summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__typedef_sigset_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/headers/public/__typedef_sigset_t.h')
-rw-r--r--libc-bottom-half/headers/public/__typedef_sigset_t.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/public/__typedef_sigset_t.h b/libc-bottom-half/headers/public/__typedef_sigset_t.h
new file mode 100644
index 0000000..f7e4867
--- /dev/null
+++ b/libc-bottom-half/headers/public/__typedef_sigset_t.h
@@ -0,0 +1,7 @@
+#ifndef __wasilibc___typedef_sigset_t_h
+#define __wasilibc___typedef_sigset_t_h
+
+/* TODO: This is just a placeholder for now. Keep this in sync with musl. */
+typedef unsigned char sigset_t;
+
+#endif