Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xattr: check for ENOATTR when available
This suppresses this unhelpful warning on macOS: WARNING: failed to getxattr for some_file: Attribute not found Also, return the system call result (0 or -1) from rm_xattr_is_fail instead of the errno value. Although not currently used, this return value is more idiomatic. Fixes #431
- Loading branch information