diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-30 08:22:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-30 08:22:20 +0000 |
commit | 3ea10b0b529c49ad18249734ff7cb6ec04754bb5 (patch) | |
tree | a401633d89aca1c949db5fa0effb0c020c8afa29 /sysdeps/sparc | |
parent | 4b2e86ce916302e9ae29252747485eefed29aafe (diff) | |
download | glibc-3ea10b0b529c49ad18249734ff7cb6ec04754bb5.tar.gz glibc-3ea10b0b529c49ad18249734ff7cb6ec04754bb5.tar.xz glibc-3ea10b0b529c49ad18249734ff7cb6ec04754bb5.zip |
Update.
* sysdeps/sparc/sparc32/__longjmp.S: Include bits/setjmp.h not jmp_buf.h. Patch by David S. Miller <davem@dm.cobaltmicro.com>.
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/sparc32/__longjmp.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/sparc/sparc32/__longjmp.S b/sysdeps/sparc/sparc32/__longjmp.S index 6f984b98e9..1d49b264bb 100644 --- a/sysdeps/sparc/sparc32/__longjmp.S +++ b/sysdeps/sparc/sparc32/__longjmp.S @@ -19,7 +19,8 @@ #include <sysdep.h> #define _ASM 1 -#include <jmp_buf.h> +#define _SETJMP_H +#include <bits/setjmp.h> #define ENV(base,reg) [%base + (reg * 4)] #define ST_FLUSH_WINDOWS 3 #define RW_FP [%fp + 0x38] |