summaryrefslogtreecommitdiff
path: root/io/fstatat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fstatat64.c')
-rw-r--r--io/fstatat64.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/io/fstatat64.c b/io/fstatat64.c
index dcdccf87af..2903e3a0bf 100644
--- a/io/fstatat64.c
+++ b/io/fstatat64.c
@@ -50,3 +50,10 @@ fstatat64 (int fd, const char *file, struct stat64 *buf, int flag)
{
return __fxstatat64 (_STAT_VER, fd, file, buf, flag);
}
+
+int
+attribute_hidden
+__fstatat64_t64 (int fd, const char *file, struct __stat64_t64 *buf, int flag)
+{
+ return __fxstatat64_t64 (_STAT_VER, fd, file, buf, flag);
+}