summaryrefslogtreecommitdiff
path: root/sysdeps/wordsize-64/ftello.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/ftello.c')
-rw-r--r--sysdeps/wordsize-64/ftello.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/ftello.c b/sysdeps/wordsize-64/ftello.c
new file mode 100644
index 0000000000..fa05cfcf02
--- /dev/null
+++ b/sysdeps/wordsize-64/ftello.c
@@ -0,0 +1,3 @@
+#include "../../libio/ftello.c"
+
+weak_alias (ftello, ftello64)