summaryrefslogtreecommitdiff
path: root/sysdeps/arm/fpu/bits/setjmp.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-13 15:05:05 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-13 15:05:05 +0000
commit47b856a9eac04e1e18d949cc751c397610bba429 (patch)
treeb2e74580a4831b6c2c1bed1fcdc60eb1ef74525c /sysdeps/arm/fpu/bits/setjmp.h
parentfb3d8ad658464fc8d4728c892ed815c362cd1972 (diff)
* stdio-common/vfscanf.c: Return EOF for invalid format characters. 1998-11-13 Philip Blundell <philb@gnu.org> * sysdeps/arm/fpu/bits/setjmp.h (__JMP_BUF_SP): Correct value. Reported by Scott Bambrough.
Diffstat (limited to 'sysdeps/arm/fpu/bits/setjmp.h')
-rw-r--r--sysdeps/arm/fpu/bits/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/fpu/bits/setjmp.h b/sysdeps/arm/fpu/bits/setjmp.h
index 895356fe0a..a9fb9f32b3 100644
--- a/sysdeps/arm/fpu/bits/setjmp.h
+++ b/sysdeps/arm/fpu/bits/setjmp.h
@@ -28,7 +28,7 @@
typedef int __jmp_buf[22];
#endif
-#define __JMP_BUF_SP 8
+#define __JMP_BUF_SP 20
/* Test if longjmp to JMPBUF would unwind the frame
containing a local variable at ADDRESS. */