mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
io: Implement lchmod using fchmodat [BZ #14578]
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user