diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-29 19:59:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-29 19:59:47 +0000 |
commit | fd2b487ec663b9a4434b2d000b7f4d76e8ab30b5 (patch) | |
tree | 71b4f340e276f1d8ab734a3b9b8c486d30f8f02c | |
parent | 7a1db17ac5069dd7dda2f42b6a0fda651d7b7f70 (diff) |
(ports_manage_port_operations_multithread): Hammer WIRE_CTHREADS on
for now.
-rw-r--r-- | libports/manage-multithread.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c index 8e682626..7027f928 100644 --- a/libports/manage-multithread.c +++ b/libports/manage-multithread.c @@ -118,6 +118,10 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket, return 0; } + /* Wire this because hurd_thread_cancel will not interoperate + cleanly with cthreads cleverness yet. */ + wire_cthreads = 1; + global_timeout = thread_timeout = 0; /* XXX */ nreqthreads = 1; |