summaryrefslogtreecommitdiff
path: root/src/sys/time/select.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 16:20:41 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 16:20:41 -0500
commita40472f280a03cd762f3e68d46438da4ad24b4ca (patch)
tree6c58b22ed2a110b7014082619f8ffaf9dc061273 /src/sys/time/select.c
parent0c3a28852bcfcd98ffed857bea70ddcc374d0816 (diff)
merge XOPEN identifiers
Diffstat (limited to 'src/sys/time/select.c')
-rw-r--r--src/sys/time/select.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sys/time/select.c b/src/sys/time/select.c
new file mode 100644
index 00000000..a75dc8b5
--- /dev/null
+++ b/src/sys/time/select.c
@@ -0,0 +1,9 @@
+#include <sys/time.h>
+
+int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * errorfds , struct timeval * timeout )
+{
+}
+
+/*
+XOPEN(400)
+*/