]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__longjmp): Make arg const.
authorRoland McGrath <roland@gnu.org>
Sun, 4 Dec 1994 18:57:56 +0000 (18:57 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 4 Dec 1994 18:57:56 +0000 (18:57 +0000)
sysdeps/m68k/__longjmp.c

index 787281708c573fce78aa5069cf72d5ca583acc96..10e1705f9cead98883cc2a6b04c023bc629034a0 100644 (file)
@@ -23,7 +23,7 @@ Cambridge, MA 02139, USA.  */
    setjmp call there to return VAL, or 1 if VAL is 0.  */
 __NORETURN
 void
-__longjmp (__jmp_buf env, int val)
+__longjmp (const __jmp_buf env, int val)
 {
   /* This restores the FP and SP that setjmp's caller had,
      and puts the return address into A0 and VAL into D0. */