diff options
Diffstat (limited to 'src/sys/time/select.c')
| -rw-r--r-- | src/sys/time/select.c | 9 |
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) +*/ |
