about summary refs log tree commit diff
path: root/sysdeps/unix/fxstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/fxstat.c')
-rw-r--r--sysdeps/unix/fxstat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/fxstat.c b/sysdeps/unix/fxstat.c
index 0081ee25d5..687ce9aba1 100644
--- a/sysdeps/unix/fxstat.c
+++ b/sysdeps/unix/fxstat.c
@@ -24,8 +24,6 @@
 
 extern int __syscall_fstat (int, struct stat *__unbounded);
 
-#undef __fxstat
-
 /* Get information about the file descriptor FD in BUF.  */
 int
 __fxstat (int vers, int fd, struct stat *buf)
@@ -38,5 +36,5 @@ __fxstat (int vers, int fd, struct stat *buf)
 
   return __syscall_fstat (fd, CHECK_1 (buf));
 }
-INTDEF(__fxstat)
+hidden_def (__fxstat)
 weak_alias (__fxstat, _fxstat)