From 0a64805148b2669a86323f30ef6c75625c077754 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 31 Mar 1995 03:52:13 +0000 Subject: * sysdeps/alpha/__longjmp.c (__longjmp): Take out const. * sysdeps/alpha/__longjmp.c (__longjmp): Take out const. --- sysdeps/alpha/__longjmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/alpha') diff --git a/sysdeps/alpha/__longjmp.c b/sysdeps/alpha/__longjmp.c index ad0489894d..f3f35eec9c 100644 --- a/sysdeps/alpha/__longjmp.c +++ b/sysdeps/alpha/__longjmp.c @@ -36,7 +36,7 @@ register double /* Jump to the position specified by ENV, causing the setjmp call there to return VAL, or 1 if VAL is 0. */ void -__longjmp (const __jmp_buf env, int val) +__longjmp (__jmp_buf env, int val) { /* Restore the integer registers. */ r9 = env[0].__9; -- cgit 1.4.1