From: Brendan Kehoe Date: Fri, 31 Mar 1995 01:47:52 +0000 (+0000) Subject: * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST. X-Git-Tag: glibc-2.16-ports-before-merge~3933 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e34abb0bcb812a971e73abeeb99e6a98d3664f77;p=thirdparty%2Fglibc.git * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST. --- diff --git a/sysdeps/mips/__longjmp.c b/sysdeps/mips/__longjmp.c index 7ea3df2827d..c54d8a91394 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.