summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/sigaction.c
Commit message (Collapse)AuthorAgeFilesLines
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-221-2/+2
| | | | | | implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik
* Add in arm specific sigaction implementation to fix sa_restorerEric Andersen2003-01-221-0/+116
behavior so it works as expected