* sysdeps/generic/__longjmp.c (__longjmp): Remove obsolete
	NORETURN.
This commit is contained in:
Andreas Jaeger 2000-11-21 13:21:01 +00:00
parent 3ba1da949d
commit 0ab144089a
2 changed files with 3 additions and 1 deletions

View File

@ -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>.

View File

@ -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;