]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
update from main archive 961229
authorUlrich Drepper <drepper@redhat.com>
Mon, 30 Dec 1996 01:47:43 +0000 (01:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 30 Dec 1996 01:47:43 +0000 (01:47 +0000)
sysdeps/unix/sysv/linux/m68k/setjmp.c

index ef609cc7ab961db52c1696b9ef58dc5cf4d3f438..477e8960c6a326c7bca8d4d8d6095a4b05fe68cb 100644 (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;
 }