Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / select.h
index cf2f1aa..f31e583 100644 (file)
@@ -11,7 +11,7 @@
 #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