]> git.ipfire.org Git - thirdparty/util-linux.git/commit
rename: skip faccessat() failure if AT_SYMLINK_NOFOLLOW is not a valid flag
authorG.raud Meyer <graud@gmx.com>
Mon, 9 Apr 2018 13:35:40 +0000 (15:35 +0200)
committerG.raud Meyer <graud@gmx.com>
Mon, 9 Apr 2018 13:41:30 +0000 (15:41 +0200)
commit826538bf64c5a11b69167a19b70697e9e0481e43
tree10c0d4059907e375b45dd3fdbdfd5897387bb405
parent5454df9c3110f7742500e5d2af1ea300924c0120
rename: skip faccessat() failure if AT_SYMLINK_NOFOLLOW is not a valid flag

AT_SYMLINK_NOFOLLOW is not required by POSIX and it is not a valid flag
on Mac OSX.
misc-utils/rename.c