[libc-commits] [clang] [clang-tools-extra] [libc] [libc][c11] implement ctime (PR #107285)

Зишан Мирза via libc-commits libc-commits at lists.llvm.org
Thu Sep 5 11:45:17 PDT 2024


================
@@ -1600,6 +1602,19 @@ def StdC : StandardSpec<"stdc"> {
                   ArgSpec<CharPtr>,
               ]
           >,
+          FunctionSpec<
+              "ctime",
+              RetValSpec<CharPtr>,
+              [ArgSpec<StructTimeTPtr>]
----------------
zimirza wrote:

That is correct. I have now removed `StructTimeTPtr`.

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


More information about the libc-commits mailing list