about summary refs log tree commit diff
path: root/io/fchmodat.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fchmodat.c')
-rw-r--r--io/fchmodat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/fchmodat.c b/io/fchmodat.c
index 7f3a07aaa2..78895ac187 100644
--- a/io/fchmodat.c
+++ b/io/fchmodat.c
@@ -42,3 +42,4 @@ fchmodat (int fd, const char *file, mode_t mode, int flag)
   return -1;
 }
 stub_warning (fchmodat)
+libc_hidden_def (fchmodat)