summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/aolserver/files/aolserver-4.0.8-nptl.patch')
-rw-r--r--www-servers/aolserver/files/aolserver-4.0.8-nptl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/www-servers/aolserver/files/aolserver-4.0.8-nptl.patch b/www-servers/aolserver/files/aolserver-4.0.8-nptl.patch
new file mode 100644
index 000000000000..7723995f6588
--- /dev/null
+++ b/www-servers/aolserver/files/aolserver-4.0.8-nptl.patch
@@ -0,0 +1,12 @@
+diff -ruN aolserver-4.0.8-orig/nsd/unix.c aolserver-4.0.8/nsd/unix.c
+--- aolserver-4.0.8-orig/nsd/unix.c 2004-12-17 15:17:08.368063032 +0000
++++ aolserver-4.0.8/nsd/unix.c 2004-12-17 15:18:35.356838728 +0000
+@@ -71,7 +71,7 @@
+ * As of glibc 2.3 with NPTL, this should be a no-op.
+ */
+
+- pthread_kill_other_threads_np();
++ //pthread_kill_other_threads_np();
+ #endif
+
+ abort();