summaryrefslogtreecommitdiff
path: root/src/sys/time/select.c
blob: a75dc8b5b9a14afa661bb0315d40dec0c853680e (plain)
1
2
3
4
5
6
7
8
9
#include <sys/time.h>

int select(int nfds , fd_set * readfds , fd_set * writefds , fd_set * errorfds , struct timeval * timeout )
{
}

/*
XOPEN(400)
*/