mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 20:30:28 +02:00
merge from 1.8 branch
This commit is contained in:
parent
121a80826c
commit
8ab3d8a068
41 changed files with 1513 additions and 203 deletions
|
@ -66,8 +66,12 @@ extern pthread_mutexattr_t scm_i_pthread_mutexattr_recursive[1];
|
|||
/* Onces
|
||||
*/
|
||||
#define scm_i_pthread_once_t pthread_once_t
|
||||
#define SCM_I_PTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
|
||||
#define scm_i_pthread_once pthread_once
|
||||
#if SCM_NEED_BRACES_ON_PTHREAD_ONCE_INIT
|
||||
#define SCM_I_PTHREAD_ONCE_INIT { PTHREAD_ONCE_INIT }
|
||||
#else
|
||||
#define SCM_I_PTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
|
||||
#endif
|
||||
|
||||
/* Thread specific storage
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue