AROS: We have to provide the correct nfds to WaitSelect
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 13 Apr 2013 10:39:12 +0000 (03:39 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 13 Apr 2013 10:39:12 +0000 (03:39 -0700)
commita7954132ce64cabdb7b22a2b50fe36469518e89c
tree52f50737c0e1d389e441764891abd75e87115165
parent0f9fe7c64ddaaa29233b123c07c1e1c4ed1bf71d
AROS: We have to provide the correct nfds to WaitSelect
When copying the poll() compatibility function from win32 to AROS
we need to update it to set nfds correctly.
While win32 does not care what nfds is set to and works even if nfds is always
0, other platforms, like AROS do care.
aros/aros_compat.c