[libc-commits] [PATCH] D134773: [libc] add clock_gettime
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Sep 28 11:34:00 PDT 2022
sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.
================
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
----------------
What is this for?
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