Fix build when scm_t_timespec is different from struct timespec
authorNeil Jerram <neil@ossau.uklinux.net>
Fri, 23 Jan 2009 01:26:16 +0000 (01:26 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Fri, 23 Jan 2009 01:26:16 +0000 (01:26 +0000)
commitab878b0f8e675a741a7dd56f52638a7cc0419907
treee6da13d852eb672fe3d74a3c5884dfb4e35ba8d0
parentcbee5075d69cb057c4af4c5e24319da90367897f
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.
NEWS
THANKS
libguile/threads.h