summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/sigaction.c
AgeCommit message (Collapse)Author
2004-07-17Update sigaction for armEric Andersen
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik
2003-01-22Add in arm specific sigaction implementation to fix sa_restorerEric Andersen
behavior so it works as expected