diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 16:46:47 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 16:46:47 -0700 |
commit | fc437084c77ad1ab578e3933c3b9f08ea20e2d59 (patch) | |
tree | 65ccf84eedefbd1ab57abeafdab74f646345609a /system/include/sys | |
parent | ce6b7ea953dd0a974a0123e6674803a3b0b1f5a2 (diff) |
compilation and header fixes
Diffstat (limited to 'system/include/sys')
-rw-r--r-- | system/include/sys/select.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/include/sys/select.h b/system/include/sys/select.h new file mode 100644 index 00000000..47cef2e5 --- /dev/null +++ b/system/include/sys/select.h @@ -0,0 +1,3 @@ + +int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout); + |