зеркало из https://github.com/github/ruby.git
a19228f878
Musl libc has this function as a tiny wrapper of fchmodat(3posix). On the other hand Linux kernel does not support changing modes of a symlink. The operation always fails with EOPNOTSUPP. This fchmodat behaviour is defined in POSIX. We have to take care of such exceptions. |
||
---|---|---|
.. | ||
test_pathname.rb |