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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/util/sigchain.h b/tools/perf/util/sigchain.h
index 618083bc..1a53c11 100644
--- a/tools/perf/util/sigchain.h
+++ b/tools/perf/util/sigchain.h
@@ -1,5 +1,5 @@
-#ifndef SIGCHAIN_H
-#define SIGCHAIN_H
+#ifndef __PERF_SIGCHAIN_H
+#define __PERF_SIGCHAIN_H
typedef void (*sigchain_fun)(int);
@@ -8,4 +8,4 @@ int sigchain_pop(int sig);
void sigchain_push_common(sigchain_fun f);
-#endif /* SIGCHAIN_H */
+#endif /* __PERF_SIGCHAIN_H */