diff options
-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} }; |