From fd2b487ec663b9a4434b2d000b7f4d76e8ab30b5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 29 Aug 1995 19:59:47 +0000 Subject: (ports_manage_port_operations_multithread): Hammer WIRE_CTHREADS on for now. --- libports/manage-multithread.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libports/manage-multithread.c') 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; -- cgit v1.2.3