From: Jiri Olsa Date: Wed, 11 Mar 2015 08:02:00 +0000 (+0100) Subject: perf build: Fix pthread-attr-setaffinity-np include in test-all X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c59a14241387f7a66723f9ee6901cb638d665777;p=linux-beck.git perf build: Fix pthread-attr-setaffinity-np include in test-all The test-all fails to build due to type in pthread-attr-setaffinity-np include. Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: David Ahern Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/n/tip-awn2658267slejnebyrlns86@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/config/feature-checks/test-all.c b/tools/perf/config/feature-checks/test-all.c index 06f5c8a67cb2..a61c20456705 100644 --- a/tools/perf/config/feature-checks/test-all.c +++ b/tools/perf/config/feature-checks/test-all.c @@ -98,7 +98,7 @@ #undef main #define main main_test_pthread_attr_setaffinity_np -# include "test-pthread_attr_setaffinity_np.c" +# include "test-pthread-attr-setaffinity-np.c" #undef main # if 0