diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-01-10 14:42:30 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-01-10 14:42:30 +0000 |
commit | 39ff6f884761643aebab97988f532d08dcac479a (patch) | |
tree | 0dfb042844f312deed36184819fe314065b71b69 /libthreads/cprocs.c | |
parent | 4bf44bfe0bf99e3b9c1032cad1df99c75e9697fe (diff) |
2000-01-10 Mark Kettenis <kettenis@gnu.org>
* cprocs.c: Include <assert.h>
Diffstat (limited to 'libthreads/cprocs.c')
-rw-r--r-- | libthreads/cprocs.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libthreads/cprocs.c b/libthreads/cprocs.c index 99028801..fe7615cf 100644 --- a/libthreads/cprocs.c +++ b/libthreads/cprocs.c @@ -26,6 +26,14 @@ /* * HISTORY * $Log: cprocs.c,v $ + * Revision 1.11 2000/01/09 23:00:18 roland + * 2000-01-09 Roland McGrath <roland@baalperazim.frob.com> + * + * * cprocs.c (cproc_alloc): Initialize P->wired and P->msg here (code + * from cthread_wire). + * (cthread_wire): Reduce to just an assert, cthreads always wired. + * (chtread_unwire): Abort if called. + * * Revision 1.10 1998/07/20 06:59:14 roland * 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> * @@ -238,6 +246,7 @@ #include "cthread_internals.h" #include <mach/message.h> #include <hurd/threadvar.h> /* GNU */ +#include <assert.h> /* * C Threads imports: |