From 27cbf92df98ec633cebbc8ee18b73fc9c535e28e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 29 Aug 1995 14:49:20 +0000 Subject: (cproc_block): Provide decl. --- libthreads/cthread_internals.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libthreads') diff --git a/libthreads/cthread_internals.h b/libthreads/cthread_internals.h index 0d60c335..c3aa8050 100644 --- a/libthreads/cthread_internals.h +++ b/libthreads/cthread_internals.h @@ -25,7 +25,10 @@ */ /* * HISTORY - * $Log: cthread_internals.h,v $ + * $Log: cthread_internals.h,v $ + * Revision 1.2 1994/05/05 10:58:01 roland + * entered into RCS + * * Revision 2.14 92/08/03 18:03:56 jfriedl * Made state element of struct cproc volatile. * [92/08/02 jfriedl] @@ -163,6 +166,8 @@ typedef struct cproc { #define NO_CPROC ((cproc_t) 0) #define cproc_self() ((cproc_t) ur_cthread_self()) +int cproc_block (); + #if 0 /* This declaration conflicts with in GNU. */ /* -- cgit v1.2.3