aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2022-09-02 06:40:47 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2022-09-02 06:40:47 +0300
commit51a224bb8b00edadf75a9040ddcb4dbce8382a14 (patch)
tree2799dea33ef178a4ee223e6b0d482f7a5adcbc5a /contrib/restricted
parenteb11e8b159422c29c8c10e65a13ed09c8759ee88 (diff)
downloadydb-51a224bb8b00edadf75a9040ddcb4dbce8382a14.tar.gz
Update contrib/restricted/abseil-cpp-tstring to 20220623.1
Diffstat (limited to 'contrib/restricted')
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h2
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h b/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h
index 334555260a..6ffa20f4f0 100644
--- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h
+++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h
@@ -112,7 +112,7 @@
// LTS releases can be obtained from
// https://github.com/abseil/abseil-cpp/releases.
#define Y_ABSL_LTS_RELEASE_VERSION 20220623
-#define Y_ABSL_LTS_RELEASE_PATCH_LEVEL 0
+#define Y_ABSL_LTS_RELEASE_PATCH_LEVEL 1
// Helper macro to convert a CPP variable to a string literal.
#define Y_ABSL_INTERNAL_DO_TOKEN_STR(x) #x
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc b/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc
index 78cea0b6cc..d941b7a23c 100644
--- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc
+++ b/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc
@@ -196,7 +196,7 @@ struct Y_ABSL_CACHELINE_ALIGNED TimeState {
y_absl::base_internal::SpinLock lock{y_absl::kConstInit,
base_internal::SCHEDULE_KERNEL_ONLY};
};
-Y_ABSL_CONST_INIT static TimeState time_state{};
+Y_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.