summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
Diffstat (limited to 'libthreads')
-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. */
/*