Steven Wu <[EMAIL PROTECTED]> writes:
>
> +   start = pthread_get_stackaddr_np (self_id);   \

Thanks, in fact we have some code in the cvs with that,

   /* This method for MacOS X.
      It'd be nice if there was some documentation on pthread_get_stackaddr_np,
      but as of 2006 there's nothing obvious at apple.com.  */
   #define HAVE_GET_THREAD_STACK_BASE
   static SCM_STACKITEM *
   get_thread_stack_base ()
   {
     return pthread_get_stackaddr_np (pthread_self ());
   }

Perhaps you could you see if that's enough.

> + <<<<<<< threads.c
> + >>>>>>> 1.88

You appear to have some cvs merge conflicts there ...


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to