diff options
Diffstat (limited to 'sysdeps/stub/sysd-stdio.c')
-rw-r--r-- | sysdeps/stub/sysd-stdio.c | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/sysdeps/stub/sysd-stdio.c b/sysdeps/stub/sysd-stdio.c index 51d2ddb519..c74823a7a4 100644 --- a/sysdeps/stub/sysd-stdio.c +++ b/sysdeps/stub/sysd-stdio.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 @@ -96,16 +96,10 @@ DEFUN(__stdio_reopen, (filename, m, cookieptr), } -#ifdef HAVE_GNU_LD - -#include <gnu-stabs.h> - -stub_warning(__stdio_read); -stub_warning(__stdio_write); -stub_warning(__stdio_seek); -stub_warning(__stdio_close); -stub_warning(__stdio_fileno); -stub_warning(__stdio_open); -stub_warning(__stdio_reopen); - -#endif /* GNU stabs. */ +stub_warning (__stdio_read) +stub_warning (__stdio_write) +stub_warning (__stdio_seek) +stub_warning (__stdio_close) +stub_warning (__stdio_fileno) +stub_warning (__stdio_open) +stub_warning (__stdio_reopen) |