diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-01 19:37:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-01 19:37:55 +0000 |
commit | c643a17b223eb63ad340fc561eb8919d74545e6e (patch) | |
tree | 7bb37fa1aeca173bcb62d66f627651dfa1737a19 /libthreads/cthreads.h | |
parent | 7c7934401f1765f15af8ae845f35703460e6631a (diff) |
2002-05-28 Roland McGrath <roland@frob.com>
* cthreads.h: Do not define WAIT_DEBUG to affect inlines.
* options.h: Not here either.
Diffstat (limited to 'libthreads/cthreads.h')
-rw-r--r-- | libthreads/cthreads.h | 9 |
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. */ |