From ba5bfe42356004afd6ce5c6d51886d3e8cf01ac3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 25 Jan 1995 21:38:14 +0000 Subject: [PATCH] Remove __NORETURN; it's obsolete. --- sysdeps/m68k/__longjmp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysdeps/m68k/__longjmp.c b/sysdeps/m68k/__longjmp.c index 10e1705f9c..debd0f1dc5 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) {