[libc-commits] [PATCH] D134773: [libc] add clock_gettime

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Sep 29 10:18:46 PDT 2022


michaelrj marked an inline comment as done.
michaelrj added inline comments.


================
Comment at: libc/src/time/clock_gettime.cpp:26
+                           reinterpret_cast<long>(tp));
+  long a = CLOCK_REALTIME;
+  // A negative return value indicates an error with the magnitude of the
----------------
sivachandra wrote:
> What is this for?
testing, I forgot to delete it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134773/new/

https://reviews.llvm.org/D134773



More information about the libc-commits mailing list