summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/sigaction.c
AgeCommit message (Collapse)Author
2003-02-03Oops. I'd left an extra invocation of sigaction in there...Eric 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