mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-06 12:01:08 +03:00
(__longjmp): Make arg const.
This commit is contained in:
@@ -23,7 +23,7 @@ Cambridge, MA 02139, USA. */
|
|||||||
setjmp call there to return VAL, or 1 if VAL is 0. */
|
setjmp call there to return VAL, or 1 if VAL is 0. */
|
||||||
__NORETURN
|
__NORETURN
|
||||||
void
|
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,
|
/* This restores the FP and SP that setjmp's caller had,
|
||||||
and puts the return address into A0 and VAL into D0. */
|
and puts the return address into A0 and VAL into D0. */
|
||||||
|
|||||||
Reference in New Issue
Block a user