Remove VKI_SI_TKILL for platforms that don't have it.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9700
This commit is contained in:
Nicholas Nethercote 2009-04-30 05:23:22 +00:00
parent df679fdee4
commit 199e02a8c1
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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