From: Arnaldo Carvalho de Melo Date: Thu, 14 Mar 2024 20:39:29 +0000 (-0300) Subject: perf beauty: Stop using the copy of uapi/linux/prctl.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f324b73c2c05832b7c3c1071b87f588b28e45d28;p=linux.git perf beauty: Stop using the copy of uapi/linux/prctl.h Use the system one, nothing used in that file isn't available in the supported, active distros. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim To: Ian Rogers Link: https://lore.kernel.org/lkml/20240315204835.748716-3-acme@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/trace/beauty/prctl.c b/tools/perf/trace/beauty/prctl.c index 6fe5ad5f5d3a4..7d1aa9fd03da5 100644 --- a/tools/perf/trace/beauty/prctl.c +++ b/tools/perf/trace/beauty/prctl.c @@ -7,7 +7,7 @@ #include "trace/beauty/beauty.h" #include -#include +#include #include "trace/beauty/generated/prctl_option_array.c"