diff options
author | zhaolei <zhaolei> | 2007-12-25 01:34:44 +0000 |
---|---|---|
committer | zhaolei <zhaolei> | 2007-12-25 01:34:44 +0000 |
commit | 0ed81313b204df5e7a090c4dc25d293714738607 (patch) | |
tree | 3d0acfc2b2514bfc965ee7a85283cbd85763c252 | |
parent | d9906189043883600f02adf50d599af2a4d553b7 (diff) | |
download | systemtap-steved-0ed81313b204df5e7a090c4dc25d293714738607.tar.gz systemtap-steved-0ed81313b204df5e7a090c4dc25d293714738607.tar.xz systemtap-steved-0ed81313b204df5e7a090c4dc25d293714738607.zip |
2007-12-25 Zhaolei <zhaolei@cn.fujitsu.com>
From Yang Zhiguo <yzgcsu@cn.fujitsu.com>
* aux_syscalls.stp (_struct_sigaction_u): Delete overlaped
SA_SIGINFO from _stp_sa_flags_list[].
-rw-r--r-- | tapset/ChangeLog | 6 | ||||
-rw-r--r-- | tapset/aux_syscalls.stp | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 26fd4713..af4e3229 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,9 @@ +2007-12-25 Zhaolei <zhaolei@cn.fujitsu.com> + + From Yang Zhiguo <yzgcsu@cn.fujitsu.com> + * aux_syscalls.stp (_struct_sigaction_u): Delete overlaped + SA_SIGINFO from _stp_sa_flags_list[]. + 2007-12-21 Zhaolei <zhaolei@cn.fujitsu.com> From Yang Zhiguo <yzgcsu@cn.fujitsu.com> diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp index 889f7af5..9120c4e6 100644 --- a/tapset/aux_syscalls.stp +++ b/tapset/aux_syscalls.stp @@ -1835,7 +1835,6 @@ function _struct_sigaction_u:string(uaddr:long) V(SA_RESTART), V(SA_NODEFER), V(SA_SIGINFO), - V(SA_SIGINFO), V(SA_RESTORER), {0, NULL} }; |