From: Roland McGrath Date: Wed, 25 Jan 1995 21:38:14 +0000 (+0000) Subject: Remove __NORETURN; it's obsolete. X-Git-Tag: glibc-2.16-ports-before-merge~3980 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba5bfe42356004afd6ce5c6d51886d3e8cf01ac3;p=thirdparty%2Fglibc.git Remove __NORETURN; it's obsolete. --- diff --git a/sysdeps/m68k/__longjmp.c b/sysdeps/m68k/__longjmp.c index 10e1705f9ce..debd0f1dc56 100644 --- a/sysdeps/m68k/__longjmp.c +++ b/sysdeps/m68k/__longjmp.c @@ -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) {