summaryrefslogtreecommitdiff
path: root/libthreads/cthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'libthreads/cthreads.h')
-rw-r--r--libthreads/cthreads.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/libthreads/cthreads.h b/libthreads/cthreads.h
index 979b43ca..d3b6c290 100644
--- a/libthreads/cthreads.h
+++ b/libthreads/cthreads.h
@@ -34,6 +34,13 @@
* macros. They take one argument: a name string.
*
* $Log: cthreads.h,v $
+ * Revision 1.19 2002/05/28 23:55:58 roland
+ * 2002-05-28 Roland McGrath <roland@frob.com>
+ *
+ * * cthreads.h (hurd_condition_wait, condition_implies,
+ * condition_unimplies): Restore decls lost in merge.
+ * (mutex_clear): Define as mutex_init instead of bogon (lost in merge).
+ *
* Revision 1.18 2002/05/27 02:50:10 roland
* 2002-05-26 Roland McGrath <roland@frob.com>
*
@@ -230,8 +237,6 @@
#ifndef _CTHREADS_
#define _CTHREADS_ 1
-#define WAIT_DEBUG /* XXX should be defined somewhere else */
-
#if 0
/* This is CMU's machine-dependent file. In GNU all of the machine
dependencies are dealt with in libc. */