OpenBSD cvs log

created 2021-10-03T01:46:37Z
begin 2021-09-28T00:00:00Z
end 2021-09-29T00:00:00Z
path src/sys
commits 1

date 2021-09-28T10:00:18Z
author claudio
files src/sys/kern/kern_sig.c log diff annotate
message Fix timeout behaviour bug introduced in 1.241.
If the timespec is zero-valued sys___thrsigdivert() should just do the
check for pending signals and return immediatly.
OK kettenis@