summaryrefslogtreecommitdiffstats
path: root/util/thread
diff options
context:
space:
mode:
authorgusev-p <[email protected]>2022-02-10 16:47:20 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:20 +0300
commit47af3b5bf148ddab250833ec454d30d7c4930c31 (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/thread
parent1715700d00b30399d3648be821fd585ae552365e (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/thread')
-rw-r--r--util/thread/pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/pool.cpp b/util/thread/pool.cpp
index 1b6745c2728..05fad02e9b9 100644
--- a/util/thread/pool.cpp
+++ b/util/thread/pool.cpp
@@ -147,7 +147,7 @@ public:
return ThreadCountReal;
}
- inline void AtforkAction() noexcept Y_NO_SANITIZE("thread") {
+ inline void AtforkAction() noexcept Y_NO_SANITIZE("thread") {
Forked = true;
}