diff options
author | Jiri Olsa <jolsa@kernel.org> | 2015-03-11 04:02:00 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-18 14:03:25 -0400 |
commit | c59a14241387f7a66723f9ee6901cb638d665777 (patch) | |
tree | 547041bc922ef3e10b4afee946fb2f9c83d1003d /tools | |
parent | 806f0727fa3b9140a6603ba6b3627cbbe346d5a3 (diff) |
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 <jolsa@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <david.ahern@oracle.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-awn2658267slejnebyrlns86@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/config/feature-checks/test-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
98 | #undef main | 98 | #undef main |
99 | 99 | ||
100 | #define main main_test_pthread_attr_setaffinity_np | 100 | #define main main_test_pthread_attr_setaffinity_np |
101 | # include "test-pthread_attr_setaffinity_np.c" | 101 | # include "test-pthread-attr-setaffinity-np.c" |
102 | #undef main | 102 | #undef main |
103 | 103 | ||
104 | # if 0 | 104 | # if 0 |