summaryrefslogtreecommitdiff
path: root/src/select.h1
diff options
context:
space:
mode:
Diffstat (limited to 'src/select.h1')
-rw-r--r--src/select.h18
1 files changed, 0 insertions, 8 deletions
diff --git a/src/select.h1 b/src/select.h1
deleted file mode 100644
index 32d0968..0000000
--- a/src/select.h1
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef SELECT_H
-#define SELECT_H
-
-#include <sys/types.h>
-#include <sys/time.h>
-extern int select();
-
-#endif