mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
* threads.c, threads.h (scm_cond_init): Undo unintentional API
change.
This commit is contained in:
parent
d2864c8adb
commit
e5a830847e
3 changed files with 7 additions and 2 deletions
|
@ -144,7 +144,7 @@ typedef struct {
|
|||
SCM c;
|
||||
} scm_t_cond;
|
||||
|
||||
SCM_API int scm_cond_init (scm_t_cond *c);
|
||||
SCM_API int scm_cond_init (scm_t_cond *c, int *cattr);
|
||||
SCM_API int scm_cond_wait (scm_t_cond *c, scm_t_mutex *m);
|
||||
SCM_API int scm_cond_timedwait (scm_t_cond *c, scm_t_mutex *m,
|
||||
const struct timespec *abstime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue