From 86a13e28b322e21598c68bf37ad061e661eba60f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 5 May 1994 10:58:01 +0000 Subject: entered into RCS --- libthreads/cthread_internals.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libthreads/cthread_internals.h b/libthreads/cthread_internals.h index ed8ce445..0d60c335 100644 --- a/libthreads/cthread_internals.h +++ b/libthreads/cthread_internals.h @@ -138,7 +138,10 @@ typedef struct cproc { volatile char *waiting_for; /* address of mutex/cond waiting for */ #endif WAIT_DEBUG +#if 0 + /* This is not needed in GNU; libc handles it. */ mach_port_t reply_port; /* for mig_get_reply_port() */ +#endif int context; spin_lock_t lock; @@ -160,10 +163,13 @@ typedef struct cproc { #define NO_CPROC ((cproc_t) 0) #define cproc_self() ((cproc_t) ur_cthread_self()) +#if 0 +/* This declaration conflicts with in GNU. */ /* * C Threads imports: */ extern char *malloc(); +#endif /* * Mach imports: -- cgit v1.2.3