1
0
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:
Jim Meyering
2006-01-17 17:42:53 +00:00
parent debc171df3
commit 264f1bc3cd

View File

@@ -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);