]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove VKI_SI_TKILL for platforms that don't have it.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 30 Apr 2009 05:23:22 +0000 (05:23 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 30 Apr 2009 05:23:22 +0000 (05:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9700

include/vki/vki-ppc32-aix5.h
include/vki/vki-ppc64-aix5.h

index a3832d39878023758be6b93ba5485175c378ee36..0780d2761881d66d9e7a5259857d2cfb0bc04b61 100644 (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
index ebc0a296cc1f9d8d1be44c359f18cde3e6768235..0e3e73fbb0bfa9b8e4c84266bff394373dc2a89a 100644 (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