Files
sicspsi/tecs/uselect.h
zolliker d239d98edb - changed select to uselect
- some fixes in tecs.c
2008-10-16 14:33:25 +00:00

8 lines
190 B
C

#include <sys/select.h>
/* an uninterruptable version of select. M.Z. Oct 2008 */
int uselect(int nfds,
fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
struct timeval *timeout);