summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-17 19:04:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-17 19:04:23 +0000
commit43d54d9e0a34a94f7d98daf80d8f6f66ea8087fa (patch)
tree193a98f171dc42a494cc28566dd04abae0528a39 /libthreads
parent1e9d4db8c1652817c9ca7952613b47f9b4dd7e4b (diff)
(struct cthread): Delete member `catch'.
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/cthreads.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libthreads/cthreads.h b/libthreads/cthreads.h
index 35377ace..0c987445 100644
--- a/libthreads/cthreads.h
+++ b/libthreads/cthreads.h
@@ -26,6 +26,9 @@
/*
* HISTORY
* $Log: cthreads.h,v $
+ * Revision 1.5 1995/04/04 21:06:16 roland
+ * (mutex_lock, mutex_unlock): Use __ names for *_solid.
+ *
* Revision 1.4 1994/05/05 10:52:06 roland
* entered into RCS
*
@@ -427,7 +430,7 @@ typedef struct cthread {
struct mutex lock;
struct condition done;
int state;
- jmp_buf catch;
+/* jmp_buf catch; */
cthread_fn_t func;
any_t arg;
any_t result;