genode/repos/libports/include/libc-plugin
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
..
fd_alloc.h libc: limit fd id allocations to FD_SETSIZE 2019-12-19 17:00:47 +01:00
plugin_registry.h libc: execve 2019-08-28 14:19:45 +02:00
plugin.h libc: execve 2019-08-28 14:19:45 +02:00