diff options
author | abokov <abokov@yandex-team.ru> | 2022-02-10 16:49:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:57 +0300 |
commit | af7786701134cfc2bd577c1c39bbc39433b555d6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/thread.i | |
parent | db144972bc686626e62c9bb5b84d932f987dc8ef (diff) | |
download | ydb-af7786701134cfc2bd577c1c39bbc39433b555d6.tar.gz |
Restoring authorship annotation for <abokov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/thread.i')
-rw-r--r-- | util/system/thread.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/thread.i b/util/system/thread.i index 9c6940962b..8cba505473 100644 --- a/util/system/thread.i +++ b/util/system/thread.i @@ -1,7 +1,7 @@ //do not use directly #pragma once #include "platform.h" - + #if defined(_win_) #include "winint.h" #include <process.h> |