Files
semi-libc/src/select
Rich Felker d0b547dfb5 fix regression in select with no timeout
commit 722a1ae335 inadvertently passed a
copy of {s,us} to the syscall even if the timeout argument tv was
null, thereby causing immediate timeout (polling) in place of
unlimited timeout. only archs using SYS_select were affected.
2019-08-07 02:57:53 -04:00
..
2018-09-12 14:34:37 -04:00