mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Update.
* sysdeps/generic/__longjmp.c (__longjmp): Remove obsolete NORETURN.
This commit is contained in:
parent
3ba1da949d
commit
0ab144089a
@ -1,5 +1,8 @@
|
||||
2000-11-21 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/generic/__longjmp.c (__longjmp): Remove obsolete
|
||||
NORETURN.
|
||||
|
||||
* string/bug-strncat1.c (main): Fix typo.
|
||||
Patch by Bernhard Kaindl <bernhard.kaindl@suse.de>.
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
/* Jump to the position specified by ENV, causing the
|
||||
setjmp call there to return VAL, or 1 if VAL is 0. */
|
||||
__NORETURN
|
||||
void
|
||||
__longjmp (env, val)
|
||||
const __jmp_buf env;
|
||||
|
Loading…
Reference in New Issue
Block a user