mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-03 20:53:13 +03:00
Remove obsolete __NORETURN keyword.
This commit is contained in:
@@ -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).
|
Contributed by Brendan Kehoe (brendan@zen.org).
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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.
|
#error This file uses GNU C extensions; you must compile with GCC.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__NORETURN
|
|
||||||
void
|
void
|
||||||
DEFUN(__longjmp, (env, val_arg), CONST __jmp_buf env AND int val_arg)
|
DEFUN(__longjmp, (env, val_arg), CONST __jmp_buf env AND int val_arg)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user