[all-commits] [llvm/llvm-project] 36b4ff: [libc] Enable utimes function for riscv (#139181)
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Tue May 13 15:00:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36b4ffeb7ea731dabddc2188950c57053e39ca03
https://github.com/llvm/llvm-project/commit/36b4ffeb7ea731dabddc2188950c57053e39ca03
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M libc/config/linux/riscv/entrypoints.txt
M libc/include/sys/syscall.h.def
M libc/src/sys/time/linux/utimes.cpp
Log Message:
-----------
[libc] Enable utimes function for riscv (#139181)
RV32 uses SYS_utimensat_time64 instead of SYS_utimensat but the call is
the same.
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