diff options
Diffstat (limited to 'sysdeps/stub/tempname.c')
-rw-r--r-- | sysdeps/stub/tempname.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysdeps/stub/tempname.c b/sysdeps/stub/tempname.c index 6292f8a..42b1c32 100644 --- a/sysdeps/stub/tempname.c +++ b/sysdeps/stub/tempname.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 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 @@ -38,10 +38,4 @@ DEFUN(__stdio_gen_tempname, (dir, pfx, dir_search, lenptr), } -#ifdef HAVE_GNU_LD - -#include <gnu-stabs.h> - -stub_warning(__stdio_gen_tempname); - -#endif /* GNU stabs. */ +stub_warning (__stdio_gen_tempname) |