mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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 |