mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
Fix build when scm_t_timespec is different from struct timespec
Reported by Roland Haeder. The declaration and definition of scm_pthread_cond_timedwait were using possibly different types for the third arg. * THANKS: Added Roland Haeder. * libguile/threads.h (scm_pthread_cond_timedwait): Use scm_t_timespec for third arg rather than struct timespec, for consistency with the function implementation.
This commit is contained in:
parent
d681856755
commit
94922b177b
3 changed files with 3 additions and 1 deletions
1
THANKS
1
THANKS
|
@ -43,6 +43,7 @@ For fixes or providing information which led to a fix:
|
|||
John Goerzen
|
||||
Mike Gran
|
||||
Szavai Gyula
|
||||
Roland Haeder
|
||||
Sven Hartrumpf
|
||||
Eric Hanchrow
|
||||
Sam Hocevar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue