[rkward-cvs] rkward/rkward/rbackend rthread.cpp,1.28,1.29
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Nov 6 12:25:10 UTC 2005
Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1124
Modified Files:
rthread.cpp
Log Message:
Compilation fix
Index: rthread.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rthread.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** rthread.cpp 3 Nov 2005 19:34:29 -0000 1.28
--- rthread.cpp 6 Nov 2005 12:25:08 -0000 1.29
***************
*** 53,57 ****
// TODO: find a good #ifdef to use the uncommented version below, if on a system without pthreads
if (interrupt) {
! pthread_kill (thread_id, SIGINT);
}
/* if (interrupt) {
--- 53,57 ----
// TODO: find a good #ifdef to use the uncommented version below, if on a system without pthreads
if (interrupt) {
! pthread_kill ((pthread_t) thread_id, SIGINT);
}
/* if (interrupt) {
More information about the rkward-tracker
mailing list