summaryrefslogtreecommitdiff
path: root/sysdeps/mips
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>1995-03-31 01:47:52 +0000
committerBrendan Kehoe <brendan@zen.org>1995-03-31 01:47:52 +0000
commit67188fe6b0b93cdee866c079e6e4a6eec1779535 (patch)
treec9600115bd4531e5a32fa34765fa62ded5c742f2 /sysdeps/mips
parentb1f11361752e71ad3bf6445bc2ba516958fa17ad (diff)
* sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
Thu Mar 30 20:43:02 1995 Brendan Kehoe <brendan@zen.org> * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
Diffstat (limited to 'sysdeps/mips')
-rw-r--r--sysdeps/mips/__longjmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/__longjmp.c b/sysdeps/mips/__longjmp.c
index 7ea3df2827..c54d8a9139 100644
--- a/sysdeps/mips/__longjmp.c
+++ b/sysdeps/mips/__longjmp.c
@@ -27,7 +27,7 @@ Cambridge, MA 02139, USA. */
#endif
void
-DEFUN(__longjmp, (env, val_arg), CONST __jmp_buf env AND int val_arg)
+DEFUN(__longjmp, (env, val_arg), __jmp_buf env AND int val_arg)
{
/* gcc 1.39.19 miscompiled the longjmp routine (as it did setjmp before
the hack around it); force it to use $a1 for the longjmp value.