summaryrefslogtreecommitdiff
path: root/src/sys/time/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/time/select.c')
-rw-r--r--src/sys/time/select.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sys/time/select.c b/src/sys/time/select.c
deleted file mode 100644
index a75dc8b5..00000000
--- a/src/sys/time/select.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <sys/time.h>
-
-int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * errorfds , struct timeval * timeout )
-{
-}
-
-/*
-XOPEN(400)
-*/