summaryrefslogtreecommitdiff
path: root/include/select.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 13:02:45 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 13:02:45 +0200
commit96cf8dffe4f7b0b910f790066ae622dc429eb522 (patch)
treecc1343a0ac92bb4836cae2dd63a97fa045765e7f /include/select.h
initial commit of version 23fehQlibs-23
Diffstat (limited to 'include/select.h')
-rw-r--r--include/select.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/select.h b/include/select.h
new file mode 100644
index 0000000..646dd50
--- /dev/null
+++ b/include/select.h
@@ -0,0 +1,13 @@
+#ifndef SELECT_H
+#define SELECT_H
+
+#include <sys/types.h>
+#include <sys/time.h>
+
+#ifdef HAS_SELECT_H
+#include <sys/select.h>
+#endif
+
+extern int select();
+
+#endif