summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-01-29 19:48:59 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-01-30 09:42:22 +0300
commitd524dabb8883ee0bcdd8e0b938426246653012c8 (patch)
treec46fa25f2b32c553f461f7ef2e534d30afdb56fe /include
parent7017bd93d4cc2c6498850a2d54995bdd7c878430 (diff)
downloadbdwgc-d524dabb8883ee0bcdd8e0b938426246653012c8.tar.gz
Do not mention FASTLOCK in comment
(fix of commit 3c50a689c) * gcj_mlc.c [GC_GCJ_SUPPORT]: Remove FASTLOCK in comment. * include/private/gc_locks.h [PCR && !CPPCHECK] (DCL_LOCK_STATE): Do not define GC_fastLockRes variable.
Diffstat (limited to 'include')
-rw-r--r--include/private/gc_locks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/gc_locks.h b/include/private/gc_locks.h
index 72556318..e4ca4867 100644
--- a/include/private/gc_locks.h
+++ b/include/private/gc_locks.h
@@ -41,7 +41,7 @@
# define DCL_LOCK_STATE /* empty */
# else
# define DCL_LOCK_STATE \
- PCR_ERes GC_fastLockRes; PCR_sigset_t GC_old_sig_mask
+ PCR_sigset_t GC_old_sig_mask
# endif
# define UNCOND_LOCK() PCR_Th_ML_Acquire(&GC_allocate_ml)
# define UNCOND_UNLOCK() PCR_Th_ML_Release(&GC_allocate_ml)