[libc-commits] [libc] [libc] Enable utimes function for riscv (PR #139181)

via libc-commits libc-commits at lists.llvm.org
Thu May 8 20:25:55 PDT 2025


================
@@ -20,14 +21,24 @@
 
 namespace LIBC_NAMESPACE_DECL {
 
+#if SYS_utimes
----------------
lntue wrote:

All the checks below are `ifdef`?

https://github.com/llvm/llvm-project/pull/139181


More information about the libc-commits mailing list