Re: [PATCH] Bug in sigwait()
Thanks. I put in a trivially different fix. Note that this code has probably never been really used before. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd
[PATCH] Bug in sigwait()
sigwait() forgets to check if a pending signal is also one of the signals the caller wants. 2001-12-26 Jeroen Dekkers <[EMAIL PROTECTED]> * sysdeps/mach/hurd/sigwait.c (__sigwait): Check if the pending signal is also in MASK before returning. Index: sysdeps/mach/hurd/sigwait.c