* solaris_threads.c (GC_thread_register_foreign): Add dummy implementation.
svn path=/trunk/mono/; revision=48803
+2005-08-24 Zoltan Varga <vargaz@gmail.com>
+
+ * solaris_threads.c (GC_thread_register_foreign): Add dummy implementation.
Mon Aug 22 10:41:41 BST 2005 Paolo Molaro <lupus@ximian.com>
return ptr ? 1 : 0;
}
+int GC_thread_register_foreign (void *base_addr)
+{
+ /* FIXME: */
+ return 0;
+}
+
/* Solaris 2/Intel uses an initial stack size limit slightly bigger than the
SPARC default of 8 MB. Account for this to warn only if the user has
raised the limit beyond the default.