diff options
Diffstat (limited to 'tools/perf/perf.h')
-rw-r--r-- | tools/perf/perf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 08b0b5e82a44..914c895510f7 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h | |||
@@ -183,4 +183,6 @@ struct ip_callchain { | |||
183 | extern bool perf_host, perf_guest; | 183 | extern bool perf_host, perf_guest; |
184 | extern const char perf_version_string[]; | 184 | extern const char perf_version_string[]; |
185 | 185 | ||
186 | void pthread__unblock_sigwinch(void); | ||
187 | |||
186 | #endif | 188 | #endif |