diff options
Diffstat (limited to 'stdio-common/tmpfile64.c')
-rw-r--r-- | stdio-common/tmpfile64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/tmpfile64.c b/stdio-common/tmpfile64.c index 1a87576f5e..1798d959c9 100644 --- a/stdio-common/tmpfile64.c +++ b/stdio-common/tmpfile64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,1993,1996,1997,1998,1999 Free Software Foundation, Inc. +/* Copyright (C) 1991,1993,1996-1999,2002 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 @@ -21,7 +21,7 @@ #ifdef USE_IN_LIBIO # include <iolibio.h> -# define __fdopen _IO_fdopen +# define __fdopen INTUSE(_IO_fdopen) #endif /* This returns a new stream opened on a temporary file (generated |