mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN keyword.
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN keyword.
This commit is contained in:
parent
127b3c3596
commit
5638ea42cb
@ -1,5 +1,8 @@
|
||||
Thu Mar 9 17:16:53 1995 Brendan Kehoe (brendan@zen.org)
|
||||
|
||||
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
|
||||
keyword.
|
||||
|
||||
* sysdeps/alpha/__math.h (__copysign): Use attribute instead of old
|
||||
__CONSTVALUE by adding forward decl first with the const attribute.
|
||||
|
||||
|
@ -35,7 +35,6 @@ register double
|
||||
|
||||
/* Jump to the position specified by ENV, causing the
|
||||
setjmp call there to return VAL, or 1 if VAL is 0. */
|
||||
__NORETURN
|
||||
void
|
||||
__longjmp (const __jmp_buf env, int val)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user