|
From: <sv...@va...> - 2005-06-11 17:20:00
|
Author: njn
Date: 2005-06-11 18:19:18 +0100 (Sat, 11 Jun 2005)
New Revision: 3892
Log:
wibble
Modified:
trunk/coregrind/m_libcsignal.c
Modified: trunk/coregrind/m_libcsignal.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_libcsignal.c 2005-06-11 15:51:30 UTC (rev 3891)
+++ trunk/coregrind/m_libcsignal.c 2005-06-11 17:19:18 UTC (rev 3892)
@@ -206,7 +206,7 @@
#if 0
/* This isn't right because the client may create a process
structure with multiple thread groups */
- res =3D VG_(do_syscall)(__NR_tgkill, VG_(getpid)(), tid, signo);
+ res =3D VG_(do_syscall3)(__NR_tgkill, VG_(getpid)(), tid, signo);
#endif
=20
res =3D VG_(do_syscall2)(__NR_tkill, tid, signo);
|