K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-07-06T12:41:44.000000Z K 7 svn:log V 439 Always call sigprocmask() instead of _thread_sys_procmask() regardless of whether we're in the threaded library or not. sigprocmask() is wrapped by the threads library and only changes the threads signal mask, not the process signal mask. We don't want setjmp, longjmp and friends to bypass this by calling the actual system call. This code now behaves similarly to alpha under stable. Similar changes have been in current for months. END