[all-commits] [llvm/llvm-project] 191ab4: [libc] [Obvious] Cleanup.
rtenneti-google via All-commits
all-commits at lists.llvm.org
Tue Nov 15 15:30:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 191ab4f46ebae2bcfb5039079f9cd786d84fed29
https://github.com/llvm/llvm-project/commit/191ab4f46ebae2bcfb5039079f9cd786d84fed29
Author: Raman Tenneti <rtenneti at google.com>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M libc/src/time/gettimeofday.cpp
Log Message:
-----------
[libc] [Obvious] Cleanup.
+ Avoid the `clockid` var and just passed `long(CLOCK_REALTIME)`
to the syscall.
Reviewed By: rtenneti
Differential Revision: https://reviews.llvm.org/D138070
More information about the All-commits
mailing list