summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-21 08:42:28 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-21 08:42:28 -0400
commitf61c1f2d83a57ffd207573dc47b913dd45b9e317 (patch)
tree01b70900f556f30ad72b3d388284bf8133d0e69e /testsuite/buildok
parentcf96be783e89607e1b8b755bbd08ba41b564c4fc (diff)
parentaa215f04d4546c5c810d7accde3ad108e855f397 (diff)
downloadsystemtap-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-xtestsuite/buildok/aux_syscalls-embedded.stp4
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))