summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-29 14:49:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-29 14:49:20 +0000
commit27cbf92df98ec633cebbc8ee18b73fc9c535e28e (patch)
tree3ba1981d3d448f00ff638eb5c67afe7eeb4796b5
parentcc27641bda10f3765dc0d470fae9e14f4a2e9226 (diff)
(cproc_block): Provide decl.
-rw-r--r--libthreads/cthread_internals.h7
1 files changed, 6 insertions, 1 deletions
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 <stdlib.h> in GNU. */
/*