[libc-commits] [PATCH] D136647: [libc] Build fix.

Raman Tenneti via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Oct 24 16:17:52 PDT 2022


rtenneti created this revision.
rtenneti added reviewers: sivachandra, jeffbailey.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
rtenneti requested review of this revision.

Build fix.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136647

Files:
  libc/spec/stdc.td


Index: libc/spec/stdc.td
===================================================================
--- libc/spec/stdc.td
+++ libc/spec/stdc.td
@@ -935,6 +935,14 @@
                   ArgSpec<CharPtr>,
               ]
           >,
+          FunctionSpec<
+              "difftime",
+              RetValSpec<DoubleType>,
+              [
+                  ArgSpec<TimeTType>,
+                  ArgSpec<TimeTType>,
+              ]
+          >,
           FunctionSpec<
               "gmtime",
               RetValSpec<StructTmPtr>,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136647.470315.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221024/3955c909/attachment.bin>


More information about the libc-commits mailing list