freebsd implementation of get_thread_stack_base
authorAndy Wingo <wingo@pobox.com>
Thu, 22 Dec 2011 15:28:23 +0000 (10:28 -0500)
committerAndy Wingo <wingo@pobox.com>
Thu, 22 Dec 2011 15:28:23 +0000 (10:28 -0500)
commitc1d5d6d755ff1613ff92efad841487c9e5bb979b
treea71e9fa58f545794bb3627901ac4a9678260044c
parent34cf38c3a2eb143d982aa14e76888098aea468b2
freebsd implementation of get_thread_stack_base

* configure.ac: Check for pthread_np.h and pthread_attr_get_np.  Patch
  by Jim Pryor.
* libguile/threads.c (get_thread_stack_base): Provide an implementation
  for FreeBSD.
configure.ac
libguile/threads.c