diff options
Diffstat (limited to 'libports')
-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; |