diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-21 08:42:28 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-21 08:42:28 -0400 |
commit | f61c1f2d83a57ffd207573dc47b913dd45b9e317 (patch) | |
tree | 01b70900f556f30ad72b3d388284bf8133d0e69e /testsuite/buildok | |
parent | cf96be783e89607e1b8b755bbd08ba41b564c4fc (diff) | |
parent | aa215f04d4546c5c810d7accde3ad108e855f397 (diff) | |
download | systemtap-steved-f61c1f2d83a57ffd207573dc47b913dd45b9e317.tar.gz systemtap-steved-f61c1f2d83a57ffd207573dc47b913dd45b9e317.tar.xz systemtap-steved-f61c1f2d83a57ffd207573dc47b913dd45b9e317.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-x | testsuite/buildok/aux_syscalls-embedded.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/buildok/aux_syscalls-embedded.stp b/testsuite/buildok/aux_syscalls-embedded.stp index d4596aa4..ce00893d 100755 --- a/testsuite/buildok/aux_syscalls-embedded.stp +++ b/testsuite/buildok/aux_syscalls-embedded.stp @@ -4,6 +4,10 @@ probe begin { print (_struct_timeval_u(0,0)) print (_struct_compat_timeval_u(0,0)) print (_struct_timezone_u (0)) + print (_struct_utimbuf_actime(0)) + print (_struct_utimbuf_modtime(0)) + print (_struct_compat_utimbuf_actime(0)) + print (_struct_compat_utimbuf_modtime(0)) print (_struct_timespec_u(0,0)) print (_struct_compat_timespec_u(0,0)) print (_struct_itimerspec_u(0)) |