about summary refs log tree commit diff
path: root/io/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/chmod.c')
-rw-r--r--io/chmod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/chmod.c b/io/chmod.c
index 0b85565ec2..3cacbf612f 100644
--- a/io/chmod.c
+++ b/io/chmod.c
@@ -35,4 +35,5 @@ __chmod (const char *file, mode_t mode)
 }
 stub_warning (chmod)
 
+libc_hidden_def (__chmod)
 weak_alias (__chmod, chmod)