diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-09-01 22:47:04 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-09-01 22:47:04 +0300 |
commit | 2849aa00c973e0d752ae900d89dacc443fd5d4ce (patch) | |
tree | a6ec3967044c079f056178081a6895a3a481eca2 | |
parent | 121300378e97ff20cb747e463dca98607d595e7e (diff) | |
download | ydb-2849aa00c973e0d752ae900d89dacc443fd5d4ce.tar.gz |
Update contrib/restricted/abseil-cpp to 20220623.1
-rw-r--r-- | contrib/restricted/abseil-cpp/absl/base/config.h | 2 | ||||
-rw-r--r-- | contrib/restricted/abseil-cpp/absl/time/clock.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/abseil-cpp/absl/base/config.h b/contrib/restricted/abseil-cpp/absl/base/config.h index 10ae658d01..ca140fa55f 100644 --- a/contrib/restricted/abseil-cpp/absl/base/config.h +++ b/contrib/restricted/abseil-cpp/absl/base/config.h @@ -112,7 +112,7 @@ // LTS releases can be obtained from // https://github.com/abseil/abseil-cpp/releases. #define ABSL_LTS_RELEASE_VERSION 20220623 -#define ABSL_LTS_RELEASE_PATCH_LEVEL 0 +#define ABSL_LTS_RELEASE_PATCH_LEVEL 1 // Helper macro to convert a CPP variable to a string literal. #define ABSL_INTERNAL_DO_TOKEN_STR(x) #x diff --git a/contrib/restricted/abseil-cpp/absl/time/clock.cc b/contrib/restricted/abseil-cpp/absl/time/clock.cc index 7b204c4ee0..a091efdcb2 100644 --- a/contrib/restricted/abseil-cpp/absl/time/clock.cc +++ b/contrib/restricted/abseil-cpp/absl/time/clock.cc @@ -196,7 +196,7 @@ struct ABSL_CACHELINE_ALIGNED TimeState { absl::base_internal::SpinLock lock{absl::kConstInit, base_internal::SCHEDULE_KERNEL_ONLY}; }; -ABSL_CONST_INIT static TimeState time_state{}; +ABSL_CONST_INIT static TimeState time_state; // Return the time in ns as told by the kernel interface. Place in *cycleclock // the value of the cycleclock at about the time of the syscall. |