initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / licq / nptl.patch
1 --- ./src/sighandler.c.orig     2004-07-20 13:21:45.000000000 +0200
2 +++ ./src/sighandler.c  2004-07-20 13:22:42.000000000 +0200
3 @@ -83,7 +83,8 @@
4      fprintf(stderr, "%s\n", res[0]);*/
5    }
6    fprintf(stderr, "Attempting to generate core file.\n");
7 -  pthread_kill_other_threads_np();
8 +  /* nptl glibc */
9 +  /* pthread_kill_other_threads_np(); */
10  #endif
11  
12    abort();