- changed select to uselect
- some fixes in tecs.c
This commit is contained in:
7
tecs/uselect.h
Normal file
7
tecs/uselect.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user