Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-08 | Always clean up before and after utimensat test. | Darren Tucker | |
2019-06-07 | Update utimensat test. | Darren Tucker | |
POSIX specifies that when given a symlink, AT_SYMLINK_NOFOLLOW should update the symlink and not the destination. The compat code doesn't have a way to do this, so where possible it fails instead of following a symlink when explicitly asked not to. Instead of checking for an explicit failure, check that it does not update the destination, which both the real and compat implmentations should honour. Inspired by github pull req #125 from chutzpah at gentoo.org. | |||
2019-01-18 | Add a minimal implementation of utimensat(). | Darren Tucker | |
Some systems (eg older OS X) do not have utimensat, so provide minimal implementation in compat layer. Fixes build on at least El Capitan. |