diff options
author | galtsev <galtsev@yandex-team.ru> | 2022-02-10 16:49:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:32 +0300 |
commit | 1503061b80644305b2e6dd1327b57118e35ebd31 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/mutex.cpp | |
parent | b3770c4662dc5be7135e21630d44f69d0787c167 (diff) | |
download | ydb-1503061b80644305b2e6dd1327b57118e35ebd31.tar.gz |
Restoring authorship annotation for <galtsev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/mutex.cpp')
-rw-r--r-- | util/system/mutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/mutex.cpp b/util/system/mutex.cpp index d175f0f792..4041402db9 100644 --- a/util/system/mutex.cpp +++ b/util/system/mutex.cpp @@ -20,7 +20,7 @@ public: inline T() { int result; - + memset(&Attr, 0, sizeof(Attr)); result = pthread_mutexattr_init(&Attr); if (result != 0) { |