diff options
Diffstat (limited to 'libio/libio.h')
-rw-r--r-- | libio/libio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libio/libio.h b/libio/libio.h index 1bd31894e8..c8231df3ab 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1995, 1997-2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1991-1995, 1997-2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Per Bothner <bothner@cygnus.com>. @@ -331,9 +331,9 @@ extern struct _IO_FILE_plus _IO_2_1_stderr_; #define _IO_stdout ((_IO_FILE*)(&_IO_2_1_stdout_)) #define _IO_stderr ((_IO_FILE*)(&_IO_2_1_stderr_)) #else -extern _IO_FILE *_IO_stdin; -extern _IO_FILE *_IO_stdout; -extern _IO_FILE *_IO_stderr; +extern _IO_FILE *_IO_stdin attribute_hidden; +extern _IO_FILE *_IO_stdout attribute_hidden; +extern _IO_FILE *_IO_stderr attribute_hidden; #endif |