summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-30 08:22:20 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-30 08:22:20 +0000
commit3ea10b0b529c49ad18249734ff7cb6ec04754bb5 (patch)
treea401633d89aca1c949db5fa0effb0c020c8afa29 /sysdeps
parent4b2e86ce916302e9ae29252747485eefed29aafe (diff)
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')
-rw-r--r--sysdeps/sparc/sparc32/__longjmp.S3
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]