mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
0cc0c3d503
Fix bug that select() did not return when the nfds argument was set to a negative value. The specification is that -1 is set to the return value and EINVAL is set to errno.