summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/sys/user.h
diff options
context:
space:
mode:
authorAndrew Stubbs <ams@codesourcery.com>2009-09-15 18:02:48 -0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-12-19 02:17:25 +0100
commitc3b9093409d9d7eade3ccefa6b61cac5985cb8af (patch)
tree9bb400ef7414a5e16f4fedb5ff8d3fcf557790a7 /libc/sysdeps/linux/sh/sys/user.h
parentce42a3bf1849aa5b25920d5343f83e6963c74d02 (diff)
downloaduClibc-alpine-c3b9093409d9d7eade3ccefa6b61cac5985cb8af.tar.bz2
uClibc-alpine-c3b9093409d9d7eade3ccefa6b61cac5985cb8af.tar.xz
sh/user.h: clean up conflicts from kernel user.h
This patch makes sufficient modifications to the SH sys/user.h to be able to build and run gdbserver with Linux kernel 2.6.30. The problem is that both the kernel and library headers define the same symbols, thus making it impossible in include both headers. The patch undefines the kernel symbols in favour of the library symbols. Signed-off-by: Andrew Stubbs <ams@codesourcery.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/sh/sys/user.h')
-rw-r--r--libc/sysdeps/linux/sh/sys/user.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh/sys/user.h b/libc/sysdeps/linux/sh/sys/user.h
index b1adc13b7..91b00916b 100644
--- a/libc/sysdeps/linux/sh/sys/user.h
+++ b/libc/sysdeps/linux/sh/sys/user.h
@@ -22,6 +22,17 @@
#include <unistd.h>
#include <asm/ptrace.h>
+/* asm/ptrace.h polutes the namespace. */
+#undef PTRACE_GETREGS
+#undef PTRACE_SETREGS
+#undef PTRACE_GETFPREGS
+#undef PTRACE_SETFPREGS
+#undef PTRACE_GETFDPIC
+#undef PTRACE_GETFDPIC_EXEC
+#undef PTRACE_GETFDPIC_INTERP
+#undef PTRACE_GETDSPREGS
+#undef PTRACE_SETDSPREGS
+
/*
* Core file format: The core file is written in such a way that gdb
* can understand it and provide useful information to the user (under