]> sourceware.org Git - systemtap.git/commit
Fix PR21363 by getting _struct_sched_attr_u() working on rawhide.
authorDavid Smith <dsmith@redhat.com>
Fri, 7 Apr 2017 15:13:41 +0000 (10:13 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 7 Apr 2017 15:13:41 +0000 (10:13 -0500)
commit67696d137a7f1289e00cb4bc4d9a453539059af2
treea7a47b82286cd61007e3d3bbe2e713fae116a5e3
parent83d186dc7f5cf5804673ce7c1e53d38bd6d37f2d
Fix PR21363 by getting _struct_sched_attr_u() working on rawhide.

* buildrun.cxx (compile_pass): Add autoconf test to check for the
  existence of <uapi/linux/sched/types.h>
* tapset/linux/aux_syscalls.stp: Include <uapi/linux/sched/types.h> if
  STAPCONF_UAPI_LINUX_SCHED_TYPES is defined.
* runtime/linux/autoconf-uapi-linux-sched-types.c: New autoconf test.
buildrun.cxx
runtime/linux/autoconf-uapi-linux-sched-types.c [new file with mode: 0644]
tapset/linux/aux_syscalls.stp
This page took 0.028539 seconds and 5 git commands to generate.