mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
libc: use proper fd sets in select-handler select
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user