aboutsummaryrefslogtreecommitdiff
path: root/select.h1
diff options
context:
space:
mode:
Diffstat (limited to 'select.h1')
-rw-r--r--select.h110
1 files changed, 10 insertions, 0 deletions
diff --git a/select.h1 b/select.h1
new file mode 100644
index 0000000..fe725b6
--- /dev/null
+++ b/select.h1
@@ -0,0 +1,10 @@
+#ifndef SELECT_H
+#define SELECT_H
+
+/* sysdep: -sysselect */
+
+#include <sys/types.h>
+#include <sys/time.h>
+extern int select();
+
+#endif