Remove __NORETURN; it's obsolete.

This commit is contained in:
Roland McGrath 1995-01-25 21:38:14 +00:00
parent cc8aa8bf32
commit ba5bfe4235

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
/* Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -21,7 +21,6 @@ Cambridge, MA 02139, USA. */
/* 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)
{