CHANGELOG 2005-08-17
[hdw-linux/hdw-linux.git] / packages / hackbard / licq / nptl.patch
diff --git a/packages/hackbard/licq/nptl.patch b/packages/hackbard/licq/nptl.patch
deleted file mode 100644 (file)
index 4142017..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/sighandler.c.orig    2004-07-20 13:21:45.000000000 +0200
-+++ ./src/sighandler.c 2004-07-20 13:22:42.000000000 +0200
-@@ -83,7 +83,8 @@
-     fprintf(stderr, "%s\n", res[0]);*/
-   }
-   fprintf(stderr, "Attempting to generate core file.\n");
--  pthread_kill_other_threads_np();
-+  /* nptl glibc */
-+  /* pthread_kill_other_threads_np(); */
- #endif
-   abort();