diff options
Diffstat (limited to 'sysdeps/stub/__longjmp.c')
-rw-r--r-- | sysdeps/stub/__longjmp.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sysdeps/stub/__longjmp.c b/sysdeps/stub/__longjmp.c index 3cc4c4b5a0..d7f38f974b 100644 --- a/sysdeps/stub/__longjmp.c +++ b/sysdeps/stub/__longjmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1994 Free Software Foundation, Inc. +/* Copyright (C) 1991, 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 @@ -34,11 +34,4 @@ DEFUN(__longjmp, (env, val), CONST __jmp_buf env AND int val) /* No way to signal failure. */ } - -#ifdef HAVE_GNU_LD - -#include <gnu-stabs.h> - -stub_warning(longjmp); - -#endif /* GNU stabs. */ +stub_warning (longjmp) |