CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/06/28 18:29:17
Modified files:
regress/sys/kern/sigpending: sigpending.c
Log message:
Clear out the sigset_t again before calling sigpending() to make sure
sigpending() actually sets it and it wasn't just still set from
calling sigprocmask().
