From 6b89c385d8bd0700b25bac2c2d0bebe68d5cc05d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 22 Jan 2020 18:56:04 +0100 Subject: io: Implement lchmod using fchmodat [BZ #14578] --- sysdeps/unix/sysv/linux/fchmodat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/fchmodat.c b/sysdeps/unix/sysv/linux/fchmodat.c index 224439ffba..c41ebb290d 100644 --- a/sysdeps/unix/sysv/linux/fchmodat.c +++ b/sysdeps/unix/sysv/linux/fchmodat.c @@ -38,3 +38,4 @@ fchmodat (int fd, const char *file, mode_t mode, int flag) return INLINE_SYSCALL (fchmodat, 3, fd, file, mode); } +libc_hidden_def (fchmodat) -- cgit v1.2.3