OSDN Git Service

boehm-gc
[pf3gnuchains/gcc-fork.git] / libjava / include / boehm-gc.h
index 764b2a1..7e61b8e 100644 (file)
@@ -80,6 +80,10 @@ _Jv_AllocPtrFreeObj (jsize size, jclass klass);
 
 #endif /* LIBGCJ_GC_DEBUG */
 
+void _Jv_GCAttachThread ();
+
+void _Jv_GCDetachThread ();
+
 // _Jv_AllocBytes (jsize size) should go here, too.  But clients don't
 // usually include this header.