Hrmmph..
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 28 Oct 1998 20:01:49 +0000 (20:01 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 28 Oct 1998 20:01:49 +0000 (20:01 +0000)
libguile/threads.h

index 0385add..2c93748 100644 (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.  */