update from main archive 961229

This commit is contained in:
Ulrich Drepper 1996-12-30 01:47:43 +00:00
parent e7cc1b16ba
commit a53dd14b97

View File

@ -76,8 +76,6 @@ __setjmp (jmp_buf env)
: : "m" (env[0].__jmpbuf[0].__fpregs[0]));
#endif
/* Don't save the signal mask. */
env[0].__mask_was_saved = 0;
/* The signal mask has already been dealt with. */
return 0;
}