summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/sigaction.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SA_ONSTACK handling for ARM based up on glibc code as submitted by Pau..."Steven J. Hill"2006-07-061-10/+2
* even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger2006-02-021-1/+1
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+2
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger2006-01-231-1/+1
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-8/+6
* Merge from NPTL branch. Bring in the remaining changes for sigaction."Steven J. Hill"2005-12-101-1/+3
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-081-4/+4
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-3/+4
* Remove prototypes that are in kernel_sigaction.h alreadyPeter S. Mazinger2005-12-021-5/+0
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
* Update sigaction for armEric Andersen2004-07-171-22/+42
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-221-2/+2
* Add in arm specific sigaction implementation to fix sa_restorerEric Andersen2003-01-221-0/+116