1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00
This commit is contained in:
Mikael Djurfeldt 1998-10-28 20:01:49 +00:00
parent 24bf9166d2
commit dd195c9322

View file

@ -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. */