llvm-project
c7655664 - [libc] Add support for chown on platforms that don't define SYS_chown (#186167)

Commit
2 days ago
[libc] Add support for chown on platforms that don't define SYS_chown (#186167) Some platforms don't define SYS_chown (like risc-v), so this PR adds a fallback to calling SYS_fchownat.
Parents
Loading