aboutsummaryrefslogtreecommitdiff
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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/perf/util/sigchain.h b/tools/perf/util/sigchain.h
index 618083bce0c..959d64eb555 100644
--- a/tools/perf/util/sigchain.h
+++ b/tools/perf/util/sigchain.h
@@ -1,11 +1,10 @@
-#ifndef SIGCHAIN_H
-#define SIGCHAIN_H
+#ifndef __PERF_SIGCHAIN_H
+#define __PERF_SIGCHAIN_H
typedef void (*sigchain_fun)(int);
-int sigchain_push(int sig, sigchain_fun f);
int sigchain_pop(int sig);
void sigchain_push_common(sigchain_fun f);
-#endif /* SIGCHAIN_H */
+#endif /* __PERF_SIGCHAIN_H */