aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-08-13 14:25:56 +0100
committerIan Campbell <ian.campbell@citrix.com>2010-08-13 14:25:56 +0100
commitfa2244104b42a8ab478b13eaba6bc86c87c0c167 (patch)
tree12f68f8265fccbbdcfdb6818fb755a8fdd0ecc93 /tools/libxc/Makefile
parent8001ffc0d353ebeae4fe2c33a8588e53438ceec1 (diff)
downloadxen-fa2244104b42a8ab478b13eaba6bc86c87c0c167.tar.gz
xen-fa2244104b42a8ab478b13eaba6bc86c87c0c167.tar.bz2
xen-fa2244104b42a8ab478b13eaba6bc86c87c0c167.zip
libxc: disable xc_ptrace on x86 Linux
It has been unused since 21732:eb34666befcc. Removing the include of sys/ptrace.h and threaddb.h exposed a few places which were using time(2) or gettimeofday(2) without including time.h or sys/time.h respectively and were relying on an include. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 98009fa862..e99050e4cb 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -32,7 +32,7 @@ CTRL_SRCS-y += xtl_logger_stdio.c
CTRL_SRCS-$(CONFIG_X86) += xc_pagetab.c
CTRL_SRCS-$(CONFIG_Linux) += xc_linux.c
CTRL_SRCS-$(CONFIG_SunOS) += xc_solaris.c
-CTRL_SRCS-$(CONFIG_X86_Linux) += xc_ptrace.c xc_ptrace_core.c
+#CTRL_SRCS-$(CONFIG_X86_Linux) += xc_ptrace.c xc_ptrace_core.c
CTRL_SRCS-$(CONFIG_NetBSD) += xc_netbsd.c
CTRL_SRCS-$(CONFIG_MiniOS) += xc_minios.c