summaryrefslogtreecommitdiff
blob: fba9bb32e621bfe3ffbd757fa4ab342455fe90c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- grip-3.0.6/src/cdplay.c.orig	2003-03-06 22:01:14.000000000 +0200
+++ grip-3.0.6/src/cdplay.c	2003-03-06 22:01:58.000000000 +0200
@@ -90,7 +90,7 @@
 #elif defined(__FreeBSD__)
     pthread_kill(ginfo->discdb_thread,0);
 #else
-    pthread_kill_other_threads_np();
+    pthread_kill(ginfo->discdb_thread,0);
 #endif
     Debug(_("Aborted\n"));