summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/xstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/xstat64.c')
-rw-r--r--sysdeps/unix/sysv/linux/xstat64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/xstat64.c b/sysdeps/unix/sysv/linux/xstat64.c
index c40378458b..388ff8fa68 100644
--- a/sysdeps/unix/sysv/linux/xstat64.c
+++ b/sysdeps/unix/sysv/linux/xstat64.c
@@ -48,9 +48,6 @@ int __have_no_stat64;
/* Get information about the file NAME in BUF. */
int
-___xstat64 (int vers, const char *name, struct stat64 *buf);
-
-int
___xstat64 (int vers, const char *name, struct stat64 *buf)
{
int result;
@@ -104,3 +101,4 @@ compat_symbol (libc, __old__xstat64, __xstat64, GLIBC_2_1);
#else
strong_alias (___xstat64, __xstat64);
#endif
+hidden_ver (___xstat64, __xstat64)