diff options
author | hunt <hunt> | 2007-07-09 16:32:08 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-07-09 16:32:08 +0000 |
commit | 5a2e4fd1883c72648dd1b865c616ad1ce48e30e8 (patch) | |
tree | fadd05eab1d28dd12033a3fe838329a1244314e5 /tapset/ChangeLog | |
parent | 398fc5050760c1c5104d2a53fabdf978dd25daa5 (diff) | |
download | systemtap-steved-5a2e4fd1883c72648dd1b865c616ad1ce48e30e8.tar.gz systemtap-steved-5a2e4fd1883c72648dd1b865c616ad1ce48e30e8.tar.xz systemtap-steved-5a2e4fd1883c72648dd1b865c616ad1ce48e30e8.zip |
2007-07-09 Martin Hunt <hunt@redhat.com>
* syscalls2.stp (compat_sys_utimes): New.
* ppc64/syscalls.stp (ciompat_sys_utimes): Removed.
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r-- | tapset/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 2d64dfc3..6a3c0bf9 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,5 +1,8 @@ 2007-07-09 Martin Hunt <hunt@redhat.com> + * syscalls2.stp (compat_sys_utimes): New. + * ppc64/syscalls.stp (ciompat_sys_utimes): Removed. + * syscalls.stp (compat_sys_futimesat): Fix arg. 2007-07-03 Martin Hunt <hunt@redhat.com> |