Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / select.h
index c33ccb1..f31e583 100644 (file)
@@ -9,8 +9,9 @@
 #define _SYS__SELECT_H_
 
 #include <acess/fd_set.h>
+#include <sys/time.h>
 
-extern int select(int nfds, fd_set *readfds, fd_set *writefds, struct timeval *timeout);
+extern int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *execptfds, struct timeval *timeout);
 // TODO: pselect?
 
 #endif

UCC git Repository :: git.ucc.asn.au