about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/tmpfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/tmpfile.c')
-rw-r--r--sysdeps/wordsize-64/tmpfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/tmpfile.c b/sysdeps/wordsize-64/tmpfile.c
new file mode 100644
index 0000000000..449a222d98
--- /dev/null
+++ b/sysdeps/wordsize-64/tmpfile.c
@@ -0,0 +1,3 @@
+#include "../../stdio-common/tmpfile.c"
+
+weak_alias (__new_tmpfile, tmpfile64)