From 199e02a8c16dca75e0e5a2a39a902209f2d84603 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Thu, 30 Apr 2009 05:23:22 +0000 Subject: [PATCH] Remove VKI_SI_TKILL for platforms that don't have it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9700 --- include/vki/vki-ppc32-aix5.h | 3 +-- include/vki/vki-ppc64-aix5.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/vki/vki-ppc32-aix5.h b/include/vki/vki-ppc32-aix5.h index a3832d3987..0780d27618 100644 --- a/include/vki/vki-ppc32-aix5.h +++ b/include/vki/vki-ppc32-aix5.h @@ -278,8 +278,7 @@ struct vki_sigaction { #define VKI_MINSIGSTKSZ 1168 -#define VKI_SI_TKILL 0 /* AIX doesn't have this */ -#define VKI_SI_USER 0 /* but it does have this */ +#define VKI_SI_USER 0 #define VKI_SIG_BLOCK 0 #define VKI_SIG_SETMASK 2 diff --git a/include/vki/vki-ppc64-aix5.h b/include/vki/vki-ppc64-aix5.h index ebc0a296cc..0e3e73fbb0 100644 --- a/include/vki/vki-ppc64-aix5.h +++ b/include/vki/vki-ppc64-aix5.h @@ -280,8 +280,7 @@ struct vki_sigaction { #define VKI_MINSIGSTKSZ 1200 -#define VKI_SI_TKILL 0 /* AIX doesn't have this */ -#define VKI_SI_USER 0 /* but it does have this */ +#define VKI_SI_USER 0 #define VKI_SIG_BLOCK 0 #define VKI_SIG_SETMASK 2 -- 2.47.3