summaryrefslogtreecommitdiff
path: root/src/select.h2
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-14 21:28:19 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-14 21:28:19 +0200
commit1087d4df2a7342d2832ba3bab1843bf4a3040775 (patch)
tree96cd6ea198cc542f29c0660d5e5f7083af84d711 /src/select.h2
add version 0.12.10HEADmaster
Diffstat (limited to 'src/select.h2')
-rw-r--r--src/select.h213
1 files changed, 13 insertions, 0 deletions
diff --git a/src/select.h2 b/src/select.h2
new file mode 100644
index 0000000..4bd4fcf
--- /dev/null
+++ b/src/select.h2
@@ -0,0 +1,13 @@
+/* Public domain. */
+
+#ifndef SELECT_H
+#define SELECT_H
+
+/* sysdep: +sysselect */
+
+#include <sys/types.h>
+#include <sys/time.h>
+#include <sys/select.h>
+extern int select();
+
+#endif