diff options
author | galtsev <[email protected]> | 2022-02-10 16:49:32 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:32 +0300 |
commit | b3770c4662dc5be7135e21630d44f69d0787c167 (patch) | |
tree | e8fca9ae46f702aa7e1d2a7fdb3d4e969ae2aff7 /util/system/mutex.cpp | |
parent | d6a9908bd3435a3571dfcb969988eba7a690802b (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 4041402db9a..d175f0f7923 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) { |