diff options
author | Josh Poimboeuf <jpoimboe@redhat.com> | 2015-12-15 16:39:40 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-12-17 18:27:14 +0100 |
commit | 1843b4e057b7717db21a3ad96fa16d6b4ee8f6c4 (patch) | |
tree | cdc7fe583ee8d4837a1bc2246d861a69828edbce /tools/lib/subcmd/exec-cmd.h | |
parent | perf subcmd: Create subcmd library (diff) | |
download | linux-1843b4e057b7717db21a3ad96fa16d6b4ee8f6c4.tar.xz linux-1843b4e057b7717db21a3ad96fa16d6b4ee8f6c4.zip |
tools subcmd: Rename subcmd header include guards
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/d8081e7528b25ad91f4154b6a3fd063e93c108ec.1450193761.git.jpoimboe@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/lib/subcmd/exec-cmd.h')
-rw-r--r-- | tools/lib/subcmd/exec-cmd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/subcmd/exec-cmd.h b/tools/lib/subcmd/exec-cmd.h index f1bd3436ad5f..5d08bda31d90 100644 --- a/tools/lib/subcmd/exec-cmd.h +++ b/tools/lib/subcmd/exec-cmd.h @@ -1,5 +1,5 @@ -#ifndef __PERF_EXEC_CMD_H -#define __PERF_EXEC_CMD_H +#ifndef __SUBCMD_EXEC_CMD_H +#define __SUBCMD_EXEC_CMD_H extern void exec_cmd_init(const char *exec_name, const char *prefix, const char *exec_path, const char *exec_path_env); @@ -13,4 +13,4 @@ extern int execl_cmd(const char *cmd, ...); extern char *get_argv_exec_path(void); extern char *system_path(const char *path); -#endif /* __PERF_EXEC_CMD_H */ +#endif /* __SUBCMD_EXEC_CMD_H */ |