about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/fchmodat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/fchmodat.c')
-rw-r--r--sysdeps/mach/hurd/fchmodat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/fchmodat.c b/sysdeps/mach/hurd/fchmodat.c
index cd227d5c83..d42f9520e9 100644
--- a/sysdeps/mach/hurd/fchmodat.c
+++ b/sysdeps/mach/hurd/fchmodat.c
@@ -37,3 +37,4 @@ fchmodat (int fd, const char *file, mode_t mode, int flag)
     return __hurd_fail (err);
   return 0;
 }
+libc_hidden_def (fchmodat)