about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/xstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/xstat64.c')
-rw-r--r--sysdeps/mach/hurd/xstat64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/xstat64.c b/sysdeps/mach/hurd/xstat64.c
index 3ca340007b..572ae4e59e 100644
--- a/sysdeps/mach/hurd/xstat64.c
+++ b/sysdeps/mach/hurd/xstat64.c
@@ -42,5 +42,6 @@ __xstat64 (int vers, const char *file, struct stat64 *buf)
     return __hurd_fail (err);
   return 0;
 }
+hidden_def (__xstat64)
 
 #endif