[all-commits] [llvm/llvm-project] c76556: [libc] Add support for chown on platforms that don...
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Fri Mar 13 07:04:59 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7655664a2421816a5daa1704c4c729c28db76e3
https://github.com/llvm/llvm-project/commit/c7655664a2421816a5daa1704c4c729c28db76e3
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M libc/config/linux/riscv/entrypoints.txt
M libc/src/unistd/linux/CMakeLists.txt
M libc/src/unistd/linux/chown.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list