diff options
Diffstat (limited to 'tools/perf/lib/include/internal/threadmap.h')
-rw-r--r-- | tools/perf/lib/include/internal/threadmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/lib/include/internal/threadmap.h b/tools/perf/lib/include/internal/threadmap.h index c8088005a9ab..df748baf9eda 100644 --- a/tools/perf/lib/include/internal/threadmap.h +++ b/tools/perf/lib/include/internal/threadmap.h | |||
@@ -18,4 +18,6 @@ struct perf_thread_map { | |||
18 | struct thread_map_data map[]; | 18 | struct thread_map_data map[]; |
19 | }; | 19 | }; |
20 | 20 | ||
21 | struct perf_thread_map *perf_thread_map__realloc(struct perf_thread_map *map, int nr); | ||
22 | |||
21 | #endif /* __LIBPERF_INTERNAL_THREADMAP_H */ | 23 | #endif /* __LIBPERF_INTERNAL_THREADMAP_H */ |