about summary refs log tree commit diff
path: root/sysdeps/generic/lxstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/lxstat64.c')
-rw-r--r--sysdeps/generic/lxstat64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/generic/lxstat64.c b/sysdeps/generic/lxstat64.c
index 8eb457dc07..596ecd2277 100644
--- a/sysdeps/generic/lxstat64.c
+++ b/sysdeps/generic/lxstat64.c
@@ -20,8 +20,6 @@
 #include <stddef.h>
 #include <sys/stat.h>
 
-#undef __lxstat64
-
 /* Get file information about FILE in BUF.
    If FILE is a symbolic link, do not follow it.  */
 int
@@ -36,6 +34,6 @@ __lxstat64 (int vers, const char *file, struct stat64 *buf)
   __set_errno (ENOSYS);
   return -1;
 }
-INTDEF(__lxstat64)
+hidden_def (__lxstat64)
 stub_warning (__lxstat64)
 #include <stub-tag.h>