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 125e215dd3d8..59fe33708090 100644
--- a/tools/perf/util/util.h
+++ b/tools/perf/util/util.h
@@ -67,10 +67,6 @@ char *get_current_dir_name(void);
67int sched_getcpu(void); 67int sched_getcpu(void);
68#endif 68#endif
69 69
70#ifndef HAVE_SETNS_SUPPORT
71int setns(int fd, int nstype);
72#endif
73
74extern bool perf_singlethreaded; 70extern bool perf_singlethreaded;
75 71
76void perf_set_singlethreaded(void); 72void perf_set_singlethreaded(void);