mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-17 05:12:47 +03:00
update from main archive 961229
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user