From 4dbcb1004d011d7aa2fd474400aa503a74eacb02 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 2002 09:37:04 +0000 Subject: 2002-05-08 Roland McGrath * cthread_internals.h: int -> void * for `busy' member. * cprocs.c (cthread_mach_msg): Don't cast to int when setting it. * cprocs.c (cthread_mag_active): Likewise. --- libthreads/cthread_internals.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'libthreads/cthread_internals.h') diff --git a/libthreads/cthread_internals.h b/libthreads/cthread_internals.h index a2f1598e..69e71180 100644 --- a/libthreads/cthread_internals.h +++ b/libthreads/cthread_internals.h @@ -26,6 +26,17 @@ /* * HISTORY * $Log: cthread_internals.h,v $ + * Revision 1.4 2001/03/31 23:01:01 roland + * 2001-03-31 Roland McGrath + * + * * cthreads.h: Fix obsolescent #endif syntax. + * * cthread_internals.h: Likewise. + * * cancel-cond.c: Likewise. + * * stack.c: Likewise. + * * cthreads.c: Likewise. + * * cprocs.c: Likewise. + * * call.c: Likewise. + * * Revision 1.3 1995/08/29 14:49:20 mib * (cproc_block): Provide decl. * @@ -158,7 +169,7 @@ typedef struct cproc { #define CPROC_CONDWAIT 4 mach_port_t wired; /* is cthread wired to kernel thread */ - int busy; /* used with cthread_msg calls */ + void *busy; /* used with cthread_msg calls */ mach_msg_header_t msg; -- cgit v1.2.3