diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-03 23:22:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-03 23:22:27 +0000 |
commit | b0dcd6754fe06b4ad0d02c84e10ab425291b19e3 (patch) | |
tree | e080fb36ed6b83a5769ef1b3bde961592288dda9 /sysdeps/mips | |
parent | 14b832adfda73961eb0c8b143941fcb4132faa4b (diff) | |
download | glibc-b0dcd6754fe06b4ad0d02c84e10ab425291b19e3.tar glibc-b0dcd6754fe06b4ad0d02c84e10ab425291b19e3.tar.gz glibc-b0dcd6754fe06b4ad0d02c84e10ab425291b19e3.tar.bz2 glibc-b0dcd6754fe06b4ad0d02c84e10ab425291b19e3.zip |
Remove obsolete __NORETURN keyword.
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/__longjmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mips/__longjmp.c b/sysdeps/mips/__longjmp.c index 5c7eb683fb..7ea3df2827 100644 --- a/sysdeps/mips/__longjmp.c +++ b/sysdeps/mips/__longjmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995 Free Software Foundation, Inc. Contributed by Brendan Kehoe (brendan@zen.org). The GNU C Library is free software; you can redistribute it and/or @@ -26,7 +26,6 @@ Cambridge, MA 02139, USA. */ #error This file uses GNU C extensions; you must compile with GCC. #endif -__NORETURN void DEFUN(__longjmp, (env, val_arg), CONST __jmp_buf env AND int val_arg) { |