summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/sys
Commit message (Collapse)AuthorAgeFilesLines
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-211-0/+1
|
* sync with upstream via psmMike Frysinger2006-08-231-15/+18
|
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+1
| | | | | | | | | | | | i sent this earlier but perhaps people missed it the first time around :) http://www.uclibc.org/lists/uclibc/2004-August/009544.html basically if you try to #include <sys/ucontext.h> on arm it'll fail because ucontext.h utilizes typedefs found in bits/sigcontext.h ... i386 already has this fix in uClibc find attached a trivial patch to fix this -mike
* Fix SIGTRAP handling on arm. The defination of struct ucontext,Eric Andersen2003-04-211-8/+7
| | | | | which was copied from glibc, is wrong. So fix it. -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-015-0/+363
and to better support each arch. This is a really big patch... -Erik