1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

bit more comment on MacOS

This commit is contained in:
Kevin Ryde 2006-12-26 22:38:44 +00:00
parent 9af06b7cb2
commit b9054dfaea

View file

@ -632,7 +632,9 @@ get_thread_stack_base ()
}
#elif HAVE_PTHREAD_GET_STACKADDR_NP
/* This method for MacOS X. */
/* 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 ()