]> sourceware.org Git - systemtap.git/commitdiff
Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.
authorMark Wielaard <mwielaard@redhat.com>
Wed, 21 May 2008 11:12:21 +0000 (13:12 +0200)
committerMark Wielaard <mwielaard@redhat.com>
Wed, 21 May 2008 11:12:21 +0000 (13:12 +0200)
testsuite/ChangeLog
testsuite/buildok/aux_syscalls-embedded.stp

index 1be673fb21fcde5a96e4fda2cfd239a7adb40426..3c74b83d61e5671dd79bbb48c9b49c929ef26a83 100644 (file)
@@ -1,3 +1,10 @@
+2008-05-21  Mark Wielaard  <mwielaard@redhat.com>
+
+       * buildok/aux_syscalls-embedded.stp: Don't check _struct_utimbuf_u
+       and _struct_compat_utimbuf_u. Check new _struct_utimbuf_actime,
+       _struct_utimbuf_modtime, _struct_compat_utimbuf_actime and
+       _struct_compat_utimbuf_modtime.
+
 2008-05-20  Mark Wielaard  <mwielaard@redhat.com>
 
        PR 5001
index 2b552801e5c297eefaed8a8643392848b5a40e60..ce00893d030d488c17022502e729b40083d059fe 100755 (executable)
@@ -4,8 +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_u(0))
-       print (_struct_compat_utimbuf_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))
This page took 0.028473 seconds and 5 git commands to generate.