# | Line 24 | Line 24 | |
---|---|---|
24 | */ | |
25 | ||
26 | #include "stdinc.h" | |
27 | + | #if USE_IOPOLL_MECHANISM == __IOPOLL_MECHANISM_POLL |
28 | #include <sys/poll.h> | |
29 | #include "fdlist.h" | |
30 | #include "hook.h" | |
# | Line 219 | Line 220 | comm_select(void) | |
220 | comm_setselect(F, 0, NULL, NULL, 0); | |
221 | } | |
222 | } | |
223 | + | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |