mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
df679fdee4
commit
199e02a8c1
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user