mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-11 05:15:12 +08:00

Dynamically allocate a big enough file descriptor set for select(). A better solution would be to use kqueue() instead of select(). Update #4360