[all-commits] [llvm/llvm-project] b98c19: [libc][NFC] Switch use of errno in src/time and te...
rtenneti-google via All-commits
all-commits at lists.llvm.org
Thu Mar 2 14:41:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b98c1906d6a5483ef709afaa1c05f36fb783d73d
https://github.com/llvm/llvm-project/commit/b98c1906d6a5483ef709afaa1c05f36fb783d73d
Author: Raman Tenneti <rtenneti at google.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M libc/src/time/CMakeLists.txt
M libc/src/time/clock_gettime.cpp
M libc/src/time/gettimeofday.cpp
M libc/src/time/linux/clock.cpp
M libc/src/time/linux/time.cpp
M libc/src/time/nanosleep.cpp
M libc/src/time/time_utils.h
M libc/test/src/time/CMakeLists.txt
M libc/test/src/time/asctime_r_test.cpp
M libc/test/src/time/asctime_test.cpp
M libc/test/src/time/clock_test.cpp
M libc/test/src/time/difftime_test.cpp
M libc/test/src/time/gettimeofday_test.cpp
M libc/test/src/time/gmtime_test.cpp
M libc/test/src/time/mktime_test.cpp
M libc/test/src/time/nanosleep_test.cpp
M libc/test/src/time/time_test.cpp
Log Message:
-----------
[libc][NFC] Switch use of errno in src/time and test/src/time to libc_errno.
Switch use of errno in src/time and test/src/time to libc_errno.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D145192
More information about the All-commits
mailing list