blob: 7723995f65886fc3d932945ecb3e27a8fef9e1a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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();
|