aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r--tools/perf/util/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h
index 59fe33708090..cfc4d85bbd42 100644
--- a/tools/perf/util/util.h
+++ b/tools/perf/util/util.h
@@ -59,10 +59,6 @@ int fetch_kernel_version(unsigned int *puint,
59 59
60const char *perf_tip(const char *dirpath); 60const char *perf_tip(const char *dirpath);
61 61
62#ifndef HAVE_GET_CURRENT_DIR_NAME
63char *get_current_dir_name(void);
64#endif
65
66#ifndef HAVE_SCHED_GETCPU_SUPPORT 62#ifndef HAVE_SCHED_GETCPU_SUPPORT
67int sched_getcpu(void); 63int sched_getcpu(void);
68#endif 64#endif