diff options
author | oplachkin <[email protected]> | 2022-02-10 16:51:46 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:46 +0300 |
commit | 8d946d7b138517635aca5cf7236c136e11f7c167 (patch) | |
tree | 7745b1c8466604b8b0b50daa7aa01d504ba1f363 /util | |
parent | d96d43aa41d3bdd060cd182ca9c472e667bfcf2c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util')
-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..cf4c840c7b9 100644 --- a/util/system/mutex.cpp +++ b/util/system/mutex.cpp @@ -21,7 +21,7 @@ public: inline T() { int result; - memset(&Attr, 0, sizeof(Attr)); + memset(&Attr, 0, sizeof(Attr)); result = pthread_mutexattr_init(&Attr); if (result != 0) { ythrow yexception() << "mutexattr init failed(" << LastSystemErrorText(result) << ")"; |