diff options
author | zhaolei <zhaolei> | 2007-08-21 01:39:40 +0000 |
---|---|---|
committer | zhaolei <zhaolei> | 2007-08-21 01:39:40 +0000 |
commit | 656bd757e430d863575914ba05c6e644836d7848 (patch) | |
tree | ed6385b308f3d30de4cb6061edb92359d4cee799 | |
parent | 3e4246a581699211fb3175117e11ebf9e98b6380 (diff) | |
download | systemtap-steved-656bd757e430d863575914ba05c6e644836d7848.tar.gz systemtap-steved-656bd757e430d863575914ba05c6e644836d7848.tar.xz systemtap-steved-656bd757e430d863575914ba05c6e644836d7848.zip |
2007-08-21 Zhaolei <zhaolei@cn.fujitsu.com>
* syscalls2.stp (syscall.select): Fixed variable name error
(timeout_uaddr = $tv->$tvp).
-rw-r--r-- | tapset/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index d889b197..19c6fbfd 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,8 @@ +2007-08-21 Zhaolei <zhaolei@cn.fujitsu.com> + + * syscalls2.stp (syscall.select): Fixed variable name error + (timeout_uaddr = $tv->$tvp). + 2007-08-20 Masami Hiramatsu <mhiramat@redhat.com> * ioblock.stp: Fix __bio_ino() not to access i_ino if the page is not |