summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-30 15:10:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-30 15:10:23 +0000
commitb1acd7a8f232741e4eea257e0424d07bac162d40 (patch)
tree103f9c13722ce7f10bd4320d9bc54a9a99eebbdf
parent77a71d65e9cbffbb1bb613d626f5e01645f36bf4 (diff)
(hurd_condition_wait): Provide declaration.
-rw-r--r--libthreads/cthreads.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libthreads/cthreads.h b/libthreads/cthreads.h
index 8ca3aa6b..08394ae5 100644
--- a/libthreads/cthreads.h
+++ b/libthreads/cthreads.h
@@ -26,6 +26,9 @@
/*
* HISTORY
* $Log: cthreads.h,v $
+ * Revision 1.7 1995/07/18 17:15:51 mib
+ * Reverse previous change.
+ *
* Revision 1.5 1995/04/04 21:06:16 roland
* (mutex_lock, mutex_unlock): Use __ names for *_solid.
*
@@ -417,6 +420,9 @@ cond_broadcast C_ARG_DECLS((condition_t c));
extern void
condition_wait C_ARG_DECLS((condition_t c, mutex_t m));
+extern int
+hurd_condition_wait C_ARG_DECLS((condition_t c, mutex_t m));
+
/*
* Threads.
*/