summaryrefslogtreecommitdiff
path: root/src/poll/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll/poll.c')
-rw-r--r--src/poll/poll.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/poll/poll.c b/src/poll/poll.c
deleted file mode 100644
index 134e881d..00000000
--- a/src/poll/poll.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#if 0
-
-#include <poll.h>
-
-int poll(struct pollfd fds[], nfds_t nfds, int timeout)
-{
- return 0;
-}
-
-/*
-XOPEN(400)
-POSIX(200809)
-*/
-
-
-#endif