diff options
Diffstat (limited to 'vm/alloc/Heap.h')
-rw-r--r-- | vm/alloc/Heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/alloc/Heap.h b/vm/alloc/Heap.h index 9875951d4..19e48cd04 100644 --- a/vm/alloc/Heap.h +++ b/vm/alloc/Heap.h @@ -92,7 +92,7 @@ void dvmCollectGarbageInternal(const GcSpec *spec); * re-acquires the heap lock. After returning, no garbage collection * will be in progress and the heap lock will be held by the caller. */ -void dvmWaitForConcurrentGcToComplete(void); +bool dvmWaitForConcurrentGcToComplete(void); /* * Returns true iff <obj> points to a valid allocated object. |