[libc] [llvm] [libc] Implemented utimes (Issue #133953) (PR #134167)
Michael Jones via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 16:38:42 PDT 2025
================
@@ -5,5 +5,10 @@ macros: []
types:
- type_name: struct_timeval
enums: []
-functions: []
objects: []
+functions:
+ - name: utimes
+ return_type: int
+ arguments:
+ - type: ptr<const char>
+ - type: ptr<const struct timeval>
----------------
michaelrj-google wrote:
fix the missing trailing newline. Here and on several other files.
https://github.com/llvm/llvm-project/pull/134167
More information about the llvm-commits
mailing list