]> Savannah Git Hosting - gnulib.git/commit
unlinkat: handle ignoring of ".." on Darwin 14
authorPádraig Brady <P@draigBrady.com>
Thu, 28 May 2015 13:15:08 +0000 (14:15 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 28 May 2015 16:18:37 +0000 (17:18 +0100)
commite176ee0b5d8e90b0d3871ee778d290bc3d6abe96
tree194f2eb443a4c78e5320d53c516e68be61982afc
parent2b93f1e2daed6b54c3b9cea74d83186250b84494
unlinkat: handle ignoring of ".." on Darwin 14

* lib/unlinkat.c: unlinkat() has the same bug as unlink()
on Mac OS X 10.10, where it ignores paths with a trailing "..",
so handle in the same manner.
* m4/unlinkat.m4: Comment on this Darwin issue.
* doc/posix-functions/unlink.texi: Update the latest version
where the issue was seen.
* doc/posix-functions/unlinkat.texi: Mention this issue.
Fixes a test failure in test-unlinkat.c.
ChangeLog
doc/posix-functions/unlink.texi
doc/posix-functions/unlinkat.texi
lib/unlinkat.c
m4/unlinkat.m4