wibble



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3892 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_libcsignal.c b/coregrind/m_libcsignal.c
index 2320635..3e1becc 100644
--- a/coregrind/m_libcsignal.c
+++ b/coregrind/m_libcsignal.c
@@ -206,7 +206,7 @@
 #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);