diff options
Diffstat (limited to 'sysdeps/mach/hurd/fxstat64.c')
-rw-r--r-- | sysdeps/mach/hurd/fxstat64.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/fxstat64.c b/sysdeps/mach/hurd/fxstat64.c index c0d4767ec1..c1390d1bb1 100644 --- a/sysdeps/mach/hurd/fxstat64.c +++ b/sysdeps/mach/hurd/fxstat64.c @@ -24,8 +24,6 @@ #include <hurd.h> #include <hurd/fd.h> -#undef __fxstat64 - /* Get information about the file descriptor FD in BUF. */ int __fxstat64 (int vers, int fd, struct stat64 *buf) @@ -40,7 +38,6 @@ __fxstat64 (int vers, int fd, struct stat64 *buf) return 0; } - -INTDEF(__fxstat64) +hidden_def (__fxstat64) #endif |