summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay McCarthy <jay@racket-lang.org>2010-05-18 09:08:35 -0500
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 14:06:02 +0400
commitcc7d1fad23d8aec7dcbccd23d82234320c980d18 (patch)
tree8839b817f64325a5a29c6aed2a2e2685ce0fc85c
parent23a868e4d1e4a5529e0bc08de1a74a399d380b90 (diff)
downloadbdwgc-cc7d1fad23d8aec7dcbccd23d82234320c980d18.tar.gz
Add extern prototype for GC_collection_in_progress
-rw-r--r--gc_dlopen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gc_dlopen.c b/gc_dlopen.c
index 51659d1e..2f9644ef 100644
--- a/gc_dlopen.c
+++ b/gc_dlopen.c
@@ -37,6 +37,8 @@
# undef dlopen
# endif
+ extern GC_bool GC_collection_in_progress();
+
/* Make sure we're not in the middle of a collection, and make */
/* sure we don't start any. Returns previous value of GC_dont_gc. */
/* This is invoked prior to a dlopen call to avoid synchronization */