summaryrefslogtreecommitdiff
path: root/io/fstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fstat64.c')
-rw-r--r--io/fstat64.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/io/fstat64.c b/io/fstat64.c
index 0f4de02cee..60f8a74178 100644
--- a/io/fstat64.c
+++ b/io/fstat64.c
@@ -50,3 +50,10 @@ fstat64 (int fd, struct stat64 *buf)
{
return __fxstat64 (_STAT_VER, fd, buf);
}
+
+int
+attribute_hidden
+__fstat64_t64 (int fd, struct __stat64_t64 *buf)
+{
+ return __fxstat64_t64 (_STAT_VER, fd, buf);
+}