summaryrefslogtreecommitdiff
path: root/mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'mark.c')
-rw-r--r--mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mark.c b/mark.c
index 4f1ffb76..41de14cc 100644
--- a/mark.c
+++ b/mark.c
@@ -477,7 +477,7 @@ static void alloc_mark_stack(size_t);
# endif /* __GNUC__ && MSWIN32 */
#if defined(GC_WIN32_THREADS) && !defined(__GNUC__)
- GC_bool GC_started_thread_while_stopped(void);
+ GC_INNER GC_bool GC_started_thread_while_stopped(void);
/* In win32_threads.c. Did we invalidate mark phase with an */
/* unexpected thread start? */
#endif