mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
(__longjmp): Make arg const.
This commit is contained in:
parent
60074b22a2
commit
b0a51e5395
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user