diff options
Diffstat (limited to 'io/fchmodat.c')
-rw-r--r-- | io/fchmodat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/fchmodat.c b/io/fchmodat.c index 7f3a07a..78895ac 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) |