1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

Merge commit 'ab878b0f8e' into vm-check

This commit is contained in:
Andy Wingo 2009-03-17 15:57:07 +01:00
commit 3924b91748
3 changed files with 3 additions and 1 deletions

View file

@ -233,7 +233,7 @@ SCM_API int scm_pthread_cond_wait (pthread_cond_t *cond,
pthread_mutex_t *mutex);
SCM_API int scm_pthread_cond_timedwait (pthread_cond_t *cond,
pthread_mutex_t *mutex,
const struct timespec *abstime);
const scm_t_timespec *abstime);
#endif
/* More convenience functions.