]> sourceware.org Git - systemtap.git/commit
Use explicit sys_utimes functions for at_var.exp
authorJosh Stone <jistone@redhat.com>
Fri, 28 Jun 2013 03:01:53 +0000 (20:01 -0700)
committerJosh Stone <jistone@redhat.com>
Fri, 28 Jun 2013 03:07:42 +0000 (20:07 -0700)
commitc0468bd4c289b9392e7867f2eb1b9bbc6e9cf196
treec0e830ae782640683d8158a50dbb1b631970c9a6
parentf2087e439b4d2cb9a90ace57cddbe1960482ddf8
Use explicit sys_utimes functions for at_var.exp

This test wants to access a typed $utimes variable, but on architectures
with HAVE_SYSCALL_WRAPPERS the main sys_utimes has all long arguments.
And starting in 3.10, all archs have syscall wrappers, yay!  For this
test's purposes, it's perfectly fine to use the inline SYSC_utimes where
that exists.
testsuite/systemtap.base/at_var.stp
This page took 0.030155 seconds and 5 git commands to generate.