]> sourceware.org Git - systemtap.git/commit
Fix compile-time issues for a few _struct_compat_*_u() functions.
authorMartin Cermak <mcermak@redhat.com>
Mon, 5 Oct 2015 13:58:36 +0000 (15:58 +0200)
committerMartin Cermak <mcermak@redhat.com>
Mon, 5 Oct 2015 13:58:36 +0000 (15:58 +0200)
commit3dd493e023ba50797af1e17e19988167aff67944
tree4e56536c1b7a1600747e2fed66d4fc13789d450b
parent1ffc2a86d2cf32f9afb57a17ec559abc864838c5
Fix compile-time issues for a few _struct_compat_*_u() functions.

* tapset/linux/aux_syscalls.stp: Fix _struct_compat_itimerspec_u(),
  and _struct_itimerval_u() so that they compile on non CONFIG_COMPAT
  systems. Fix _struct_sched_attr_u() so that it compiles on kernels
  not having struct sched_attr, i.e. when kernel_v < "3.14".
* testsuite/buildok/aux_syscalls-embedded.stp: Remove unneeded
  constraint for _struct_sched_attr_u() testing.
tapset/linux/aux_syscalls.stp
testsuite/buildok/aux_syscalls-embedded.stp
This page took 0.025707 seconds and 5 git commands to generate.