Heikki Lindholm <[EMAIL PROTECTED]> writes:
>
> Uh, say what?
Do you have a pointer to the docs of pthread_get_stackaddr_np on
macos? I stuck it in a search somewhere at developer.apple but drew a
blank.
In any case I'll add this if it looks right, thanks.
+#elif HAVE_PTHREAD_GET_STACKADDR_NP
+/* This method for MacOS X. */
+#define HAVE_GET_THREAD_STACK_BASE
+static SCM_STACKITEM *
+get_thread_stack_base ()
+{
+ return pthread_get_stackaddr_np (pthread_self ());
+}
+
_______________________________________________
Guile-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-devel