summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gc/gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gc/gc.h b/include/gc/gc.h
index 892642aa..fc255677 100644
--- a/include/gc/gc.h
+++ b/include/gc/gc.h
@@ -686,6 +686,7 @@ GC_API void GC_CALL GC_exclude_static_roots(void * /* low_address */,
void * /* high_address_plus_1 */);
/* Clear the number of entries in the exclusion table. Wizards only. */
+/* Should be called typically with the GC lock held. */
GC_API void GC_CALL GC_clear_exclusion_table(void);
/* Clear the set of root segments. Wizards only. */