diff options
Diffstat (limited to 'sysdeps/stub/pipestream.c')
-rw-r--r-- | sysdeps/stub/pipestream.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sysdeps/stub/pipestream.c b/sysdeps/stub/pipestream.c index 143cf71940..afa2c4735d 100644 --- a/sysdeps/stub/pipestream.c +++ b/sysdeps/stub/pipestream.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993 Free Software Foundation, Inc. +/* Copyright (C) 1991, 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 @@ -53,12 +53,5 @@ DEFUN(pclose, (stream), register FILE *stream) return -1; } - -#ifdef HAVE_GNU_LD - -#include <gnu-stabs.h> - -stub_warning(popen); -stub_warning(pclose); - -#endif /* GNU stabs. */ +stub_warning (popen) +stub_warning (pclose) |