summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/sys/user.h
Commit message (Collapse)AuthorAgeFilesLines
* sh/user.h: clean up conflicts from kernel user.hAndrew Stubbs2009-09-151-0/+11
| | | | | | | | | | | | 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>
* dont include asm/user.hMike Frysinger2007-03-141-3/+53
|
* sync with upstream via psmMike Frysinger2006-08-231-1/+3
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+26
and to better support each arch. This is a really big patch... -Erik