summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/headers/public/sys/select.h')
-rw-r--r--libc-bottom-half/headers/public/sys/select.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/public/sys/select.h b/libc-bottom-half/headers/public/sys/select.h
new file mode 100644
index 0000000..7570f14
--- /dev/null
+++ b/libc-bottom-half/headers/public/sys/select.h
@@ -0,0 +1,18 @@
+#ifndef __wasilibc_sys_select_h
+#define __wasilibc_sys_select_h
+
+#include <__fd_set.h>
+#include <__struct_timespec.h>
+#include <__struct_timeval.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *, const sigset_t *);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif