mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
libc: use proper fd sets in select-handler select
This commit is contained in:
parent
ca57afd67e
commit
6bc3bc5881
@ -380,7 +380,7 @@ int Libc::Select_handler_base::select(int nfds, fd_set &readfds,
|
||||
|
||||
/* suspend as we don't have any immediate events */
|
||||
|
||||
_select_cb->construct(nfds, readfds, writefds, exceptfds);
|
||||
_select_cb->construct(nfds, in_readfds, in_writefds, in_exceptfds);
|
||||
|
||||
select_cb_list.unsynchronized_insert(&(**_select_cb));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user