1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

Merge branch 'master' into boehm-demers-weiser-gc

Conflicts:
	libguile/threads.c
This commit is contained in:
Ludovic Courtès 2008-11-04 19:07:07 +01:00
commit 00b8057d1f
11 changed files with 218 additions and 26 deletions

View file

@ -56,6 +56,7 @@ typedef struct scm_i_thread {
scm_i_pthread_mutex_t admin_mutex;
SCM mutexes;
scm_i_pthread_mutex_t *held_mutex;
SCM result;
int canceled;