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:
parent
9af06b7cb2
commit
b9054dfaea
1 changed files with 3 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue