summaryrefslogtreecommitdiff
path: root/debian/patches/libports_stability.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/libports_stability.patch')
-rw-r--r--debian/patches/libports_stability.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/libports_stability.patch b/debian/patches/libports_stability.patch
deleted file mode 100644
index 8fa22381..00000000
--- a/debian/patches/libports_stability.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Ideally we should be able to time out and see translators go away automatically,
-however it makes all threads often wake at the same time and overload Mach.
-
----
- libports/manage-multithread.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/libports/manage-multithread.c
-+++ b/libports/manage-multithread.c
-@@ -233,5 +233,6 @@ ports_manage_port_operations_multithread
- return NULL;
- }
-
-+ thread_timeout = global_timeout = 0; /* XXX */
- thread_function ((void *) 1);
- }