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/mach/hurd/fchmodat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/mach') diff --git a/sysdeps/mach/hurd/fchmodat.c b/sysdeps/mach/hurd/fchmodat.c index cd227d5..d42f952 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) -- cgit v1.1