summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/kernel_sigaction.h
Commit message (Collapse)AuthorAgeFilesLines
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-221-4/+4
| | | | | | implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik
* Missed an endifEric Andersen2003-01-221-0/+1
|
* Looks like sigaction on arm needs adjustment, so split this intoEric Andersen2003-01-221-0/+92
a common header file and a default implementation.