mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-14 00:44:20 +02:00
(openat_needs_fchdir): Declare it.
This commit is contained in:
@@ -101,3 +101,5 @@ lchmodat (int fd, char const *file, mode_t mode)
|
||||
{
|
||||
return fchmodat (fd, file, mode, AT_SYMLINK_NOFOLLOW);
|
||||
}
|
||||
|
||||
bool openat_needs_fchdir (void);
|
||||
|
||||
Reference in New Issue
Block a user