Reverted changed from 2005/01/24 19:14:54, which was a commit to the
[bpt/guile.git] / libguile / futures.h
index 70669ac..2654be1 100644 (file)
@@ -29,8 +29,8 @@
 
 typedef struct scm_t_future {
   SCM data;
-  pthread_mutex_t mutex;
-  pthread_cond_t cond;
+  scm_t_mutex mutex;
+  scm_t_cond cond;
   int status;
   int die_p;
 } scm_t_future;