diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-19 15:42:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-19 15:42:16 +0000 |
commit | 0adaa60b86cf66f14821c0c686d0b9862c6af20a (patch) | |
tree | 7ab2088d167ae58b0f22d22c895472b175decb71 /libc/sysdeps/linux/i386/longjmp.c | |
parent | b92a9d4264988cb50d4350d74839cc37a78e5ff2 (diff) |
Bring sh and i386 longjmp implementations into sync
Diffstat (limited to 'libc/sysdeps/linux/i386/longjmp.c')
-rw-r--r-- | libc/sysdeps/linux/i386/longjmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/longjmp.c b/libc/sysdeps/linux/i386/longjmp.c index 97a37e350..08fc6f0ff 100644 --- a/libc/sysdeps/linux/i386/longjmp.c +++ b/libc/sysdeps/linux/i386/longjmp.c @@ -21,7 +21,9 @@ #include <signal.h> +#if 0 extern void _longjmp_unwind (jmp_buf env, int val); +#endif extern void __longjmp(__jmp_buf __env, int __val) __attribute__ ((__noreturn__)); |