mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* threads.h (scm_thread_sleep, scm_thread_usleep): Fixed
declarations. (Thanks to Russ McManus.)
This commit is contained in:
parent
dbdd0c16ab
commit
22c88b3ff5
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
1998-10-28 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* threads.h (scm_thread_sleep, scm_thread_usleep): Fixed
|
||||
declarations. (Thanks to Russ McManus.)
|
||||
|
||||
1998-10-26 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||
|
||||
* numbers.c (num2long): As a software archeologist, I'm proud of
|
||||
|
|
|
@ -78,8 +78,8 @@ SCM scm_spawn_thread (scm_catch_body_t body, void *body_data,
|
|||
|
||||
/* These are versions of the ordinary sleep and usleep functions,
|
||||
that play nicely with the thread system. */
|
||||
SCM unsigned long scm_thread_sleep (unsigned long);
|
||||
SCM unsigned long scm_thread_usleep (unsigned long);
|
||||
SCM scm_thread_sleep (unsigned long);
|
||||
SCM scm_thread_usleep (unsigned long);
|
||||
|
||||
|
||||
/* The C versions of the Scheme-visible thread functions. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue