[libc-commits] [libc] [libc] Add `ctime_s` (PR #110676)
Rajveer Singh Bharadwaj via libc-commits
libc-commits at lists.llvm.org
Wed Oct 2 09:21:46 PDT 2024
================
@@ -1615,6 +1615,15 @@ def StdC : StandardSpec<"stdc"> {
ArgSpec<CharPtr>,
]
>,
+ FunctionSpec<
+ "ctime_s",
+ RetValSpec<IntType>,
+ [
+ ArgSpec<CharPtr>,
+ ArgSpec<SizeTType>,
+ ArgSpec<TimeTTypePtr>,
----------------
Rajveer100 wrote:
Missed it.
https://github.com/llvm/llvm-project/pull/110676
More information about the libc-commits
mailing list