diff options
author | Ivan Komarov <Ivan.Komarov@dfyz.info> | 2022-02-10 16:46:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:49 +0300 |
commit | 59aca5c5180c31691884667783dc966eb99d743a (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /util/system/datetime.cpp | |
parent | 4de97ab2fe437cbe83e4c63234e809ddd5ac34f2 (diff) | |
download | ydb-59aca5c5180c31691884667783dc966eb99d743a.tar.gz |
Restoring authorship annotation for Ivan Komarov <Ivan.Komarov@dfyz.info>. Commit 2 of 2.
Diffstat (limited to 'util/system/datetime.cpp')
-rw-r--r-- | util/system/datetime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/datetime.cpp b/util/system/datetime.cpp index 60c4150298..b07b50679a 100644 --- a/util/system/datetime.cpp +++ b/util/system/datetime.cpp @@ -94,7 +94,7 @@ void NanoSleep(ui64 ns) noexcept { #endif } -#if defined(_x86_) +#if defined(_x86_) extern const bool HaveRdtscp = NX86::HaveRDTSCP(); #endif |