diff options
Diffstat (limited to 'sysdeps/mach/hurd/tmpfile.c')
-rw-r--r-- | sysdeps/mach/hurd/tmpfile.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/tmpfile.c b/sysdeps/mach/hurd/tmpfile.c index e738dc91c7..8ac80e2460 100644 --- a/sysdeps/mach/hurd/tmpfile.c +++ b/sysdeps/mach/hurd/tmpfile.c @@ -26,7 +26,7 @@ #ifdef USE_IN_LIBIO # include <iolibio.h> -# define __fdopen _IO_fdopen +# define __fdopen INTUSE(_IO_fdopen) # define tmpfile __new_tmpfile #endif @@ -73,3 +73,5 @@ tmpfile (void) # include <shlib-compat.h> versioned_symbol (libc, __new_tmpfile, tmpfile, GLIBC_2_1); #endif + +weak_alias (tmpfile, tmpfile64) |