* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
keyword.
This commit is contained in:
parent
9ef37b0454
commit
9d7c89bc4b
@ -35,7 +35,6 @@ register double
|
|||||||
|
|
||||||
/* Jump to the position specified by ENV, causing the
|
/* Jump to the position specified by ENV, causing the
|
||||||
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
|
|
||||||
void
|
void
|
||||||
__longjmp (const __jmp_buf env, int val)
|
__longjmp (const __jmp_buf env, int val)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user