aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sigchain.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/sigchain.h')
-rw-r--r--tools/perf/util/sigchain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/sigchain.h b/tools/perf/util/sigchain.h
index 1a53c11265f..959d64eb555 100644
--- a/tools/perf/util/sigchain.h
+++ b/tools/perf/util/sigchain.h
@@ -3,7 +3,6 @@
3 3
4typedef void (*sigchain_fun)(int); 4typedef void (*sigchain_fun)(int);
5 5
6int sigchain_push(int sig, sigchain_fun f);
7int sigchain_pop(int sig); 6int sigchain_pop(int sig);
8 7
9void sigchain_push_common(sigchain_fun f); 8void sigchain_push_common(sigchain_fun f);