Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / select.h
1 /*
2  * Acess2 POSIX Emulation Layer
3  * - By John Hodge
4  * 
5  * sys/select.h
6  * - select(2)
7  */
8 #ifndef _SYS__SELECT_H_
9 #define _SYS__SELECT_H_
10
11 #include <acess/fd_set.h>
12 #include <sys/time.h>
13
14 extern int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *execptfds, struct timeval *timeout);
15 // TODO: pselect?
16
17 #endif
18

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