]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
wibble
authorNicholas Nethercote <njn@valgrind.org>
Sat, 11 Jun 2005 17:19:18 +0000 (17:19 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 11 Jun 2005 17:19:18 +0000 (17:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3892

coregrind/m_libcsignal.c

index 23206350d5cf705292c3fdfec105288d47fd75a4..3e1beccf97a6bfcf0ef2278c51912e54fde2c84b 100644 (file)
@@ -206,7 +206,7 @@ Int VG_(tkill)( ThreadId tid, Int signo )
 #if 0
    /* This isn't right because the client may create a process
       structure with multiple thread groups */
-   res = VG_(do_syscall)(__NR_tgkill, VG_(getpid)(), tid, signo);
+   res = VG_(do_syscall3)(__NR_tgkill, VG_(getpid)(), tid, signo);
 #endif
 
    res = VG_(do_syscall2)(__NR_tkill, tid, signo);