]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/tmpfile.c
Update.
[thirdparty/glibc.git] / sysdeps / generic / tmpfile.c
index 6d341d63e50ed68d209bfcb9b16a8b02b9e462bb..9b60dbb43dc8ac1d769f489b11ab6e82e4518df0 100644 (file)
@@ -1,5 +1,5 @@
 /* Open a stdio stream on an anonymous temporary file.  Generic/POSIX version.
-   Copyright (C) 1991,93,96,97,98,99,2000 Free Software Foundation, Inc.
+   Copyright (C) 1991,93,96,97,98,99,2000,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
@@ -22,7 +22,7 @@
 
 #ifdef USE_IN_LIBIO
 # include <iolibio.h>
-# define __fdopen _IO_fdopen
+# define __fdopen INTUSE(_IO_fdopen)
 # define tmpfile __new_tmpfile
 #endif