mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Hrmmph..
This commit is contained in:
parent
24bf9166d2
commit
dd195c9322
1 changed files with 2 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 scm_thread_sleep (unsigned long);
|
||||
SCM scm_thread_usleep (unsigned long);
|
||||
unsigned long scm_thread_sleep (unsigned long);
|
||||
unsigned long 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