Changeset 988 for vendor/current/lib/util/select.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/util/select.h
r740 r988 25 25 /* The following definitions come from lib/util/select.c */ 26 26 27 void sys_select_signal(char c);28 int sys_poll(struct pollfd *fds, int num_fds, int timeout);29 27 int sys_poll_intr(struct pollfd *fds, int num_fds, int timeout); 30 28
Note:
See TracChangeset
for help on using the changeset viewer.