2007-05-01 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / boehm-gc.c
index 854290a0914ef36960f1cde186096681d61e5e5c..29559e7ef276c917f4339bdee5d616dd8ddaff39 100644 (file)
@@ -100,6 +100,8 @@ mono_gc_is_gc_thread (void)
 #endif
 }
 
+extern int GC_thread_register_foreign (void *base_addr);
+
 gboolean
 mono_gc_register_thread (void *baseptr)
 {
@@ -243,5 +245,10 @@ mono_gc_wbarrier_value_copy (gpointer dest, gpointer src, int count, MonoClass *
 {
 }
 
+void
+mono_gc_wbarrier_object (MonoObject *object)
+{
+}
+
 #endif /* no Boehm GC */