mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +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
|
@ -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