diff options
Diffstat (limited to 'src/poll/poll.c')
| -rw-r--r-- | src/poll/poll.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/poll/poll.c b/src/poll/poll.c new file mode 100644 index 00000000..7813cf37 --- /dev/null +++ b/src/poll/poll.c @@ -0,0 +1,11 @@ +#include <poll.h> + +int poll(struct pollfd fds[], nfds_t nfds, int timeout) +{ + return 0; +} + +/* +XOPEN(400) +POSIX(200809) +*/ |
