about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/lxstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/lxstat.c')
-rw-r--r--sysdeps/mach/hurd/lxstat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/lxstat.c b/sysdeps/mach/hurd/lxstat.c
index 9987e25f9b..d6d12798e8 100644
--- a/sysdeps/mach/hurd/lxstat.c
+++ b/sysdeps/mach/hurd/lxstat.c
@@ -22,14 +22,11 @@
 
 #include "xstatconv.c"
 
-#undef __lxstat
-
 int
 __lxstat (int vers, const char *file, struct stat *buf)
 {
   struct stat64 buf64;
   return __lxstat64 (vers, file, &buf64) ?: xstat64_conv (buf, &buf64);
 }
-
-INTDEF(__lxstat)
+hidden_def (__lxstat)
 weak_alias (__lxstat, _lxstat)