CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/28 04:00:18
Modified files:
sys/kern : kern_sig.c
Log 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@
