diff options
Diffstat (limited to 'sysdeps/mach/hurd/lxstat64.c')
-rw-r--r-- | sysdeps/mach/hurd/lxstat64.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/lxstat64.c b/sysdeps/mach/hurd/lxstat64.c index 6dabdb321e..a53f6921e7 100644 --- a/sysdeps/mach/hurd/lxstat64.c +++ b/sysdeps/mach/hurd/lxstat64.c @@ -22,8 +22,6 @@ #include <fcntl.h> #include <hurd.h> -#undef __lxstat64 - /* Get information about the file descriptor FD in BUF. */ int __lxstat64 (int vers, const char *file, struct stat64 *buf) @@ -43,4 +41,4 @@ __lxstat64 (int vers, const char *file, struct stat64 *buf) return __hurd_fail (err); return 0; } -INTDEF(__lxstat64) +hidden_def (__lxstat64) |