mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 23:40:10 +00:00
update from main archive 961229
This commit is contained in:
parent
e7cc1b16ba
commit
a53dd14b97
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user