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 | 23598255d43573098b90a7625f4942ad9f12d8fa (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 8d946d7b138517635aca5cf7236c136e11f7c167 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-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 cf4c840c7b9..4041402db9a 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) << ")"; |