From: William Cohen Date: Mon, 5 Feb 2024 19:37:18 +0000 (-0500) Subject: Update the aux_syscall.stp tapset to directly include X-Git-Tag: release-5.1~40 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=13673ddccaa7e34da16454fca0da5e3f198fd8fe;p=systemtap.git Update the aux_syscall.stp tapset to directly include The linux kernel git commit 6dfeff09d5ad33190 removes the include for from . The kernel has had header for over a dozen years (kernel git commit 607ca46e97a1b65) and systemtap should just use that directly. The downside of this change is that systemtap will require a Linux 3.7 or newer kernel. --- diff --git a/tapset/linux/aux_syscalls.stp b/tapset/linux/aux_syscalls.stp index cf54aa152..e773ba7c2 100644 --- a/tapset/linux/aux_syscalls.stp +++ b/tapset/linux/aux_syscalls.stp @@ -1515,7 +1515,7 @@ function _msync_flag_str:string(f:long) %} %{ -#include +#include static const _stp_val_array _stp_wait4_op_list[] = { V(WNOHANG),