]> gcc.gnu.org Git - gcc.git/commitdiff
(setjmp.h): Don't require siglongjmp and sigsetjmp.
authorRichard Stallman <rms@gnu.org>
Tue, 2 Nov 1993 03:21:17 +0000 (03:21 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 2 Nov 1993 03:21:17 +0000 (03:21 +0000)
They need sigjmp_buf, and are missing on many systems.

From-SVN: r5969

gcc/fixproto

index e826407e9b4cbc2c3ed7ae7c8030c9e8ebca694e..eccafcce46c111cead64b476323c57e5d524df10 100755 (executable)
@@ -249,7 +249,8 @@ for code in ALL STD ; do
            pwd.h)
              required_list="getpwnam getpwuid" ;;
            setjmp.h)
-             required_list="longjmp setjmp siglongjmp sigsetjmp" ;;
+             # Left out siglongjmp sigsetjmp - these depend on sigjmp_buf.
+             required_list="longjmp setjmp" ;;
            signal.h)
              # Left out signal() - its prototype is too complex for us!
              # Also left out "sigaction sigaddset sigdelset sigemptyset
This page took 0.058694 seconds and 5 git commands to generate.