X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibposix.so_src%2Finclude_exp%2Fsys%2Fselect.h;h=f31e583e5d7ea0b737583a5d71c02bedb94671ea;hb=92c5980925e773c6e1d6775c50c9d86c77b84d23;hp=cf2f1aafe32c7657ebc0c8cf0d045ea1e0018a7c;hpb=b806b8f55067584cb90fe20277235369a1111c66;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libposix.so_src/include_exp/sys/select.h b/Usermode/Libraries/libposix.so_src/include_exp/sys/select.h index cf2f1aaf..f31e583e 100644 --- a/Usermode/Libraries/libposix.so_src/include_exp/sys/select.h +++ b/Usermode/Libraries/libposix.so_src/include_exp/sys/select.h @@ -11,7 +11,7 @@ #include #include -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