aboutsummaryrefslogtreecommitdiff
path: root/src/tools/perf/util/sigchain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/perf/util/sigchain.h')
-rw-r--r--src/tools/perf/util/sigchain.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tools/perf/util/sigchain.h b/src/tools/perf/util/sigchain.h
deleted file mode 100644
index 959d64e..0000000
--- a/src/tools/perf/util/sigchain.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __PERF_SIGCHAIN_H
-#define __PERF_SIGCHAIN_H
-
-typedef void (*sigchain_fun)(int);
-
-int sigchain_pop(int sig);
-
-void sigchain_push_common(sigchain_fun f);
-
-#endif /* __PERF_SIGCHAIN_H */