Files
genode/repos/libports/include
Sebastian Sumpf 6dae147785 libc: limit fd id allocations to FD_SETSIZE
fd > FD_SETSIZE cannot use 'select' or 'poll' within our libc.
Therefore, we added a bit allocator in order to allocate fd < FD_SETSIZE
(1024).

fixes #3568
2019-12-19 17:00:47 +01:00
..
2018-03-27 13:44:27 +02:00
2017-08-17 11:04:22 +02:00
2019-11-19 14:23:54 +01:00
2018-11-16 15:07:52 +01:00
2019-05-27 14:52:52 +02:00