summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/sys
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-0/+1
| | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others.
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-241-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