OSDN Git Service

Update sigaction syscall names to act more like glibc. Fix the x86 sigaction
authorEric Andersen <andersen@codepoet.org>
Wed, 22 Jan 2003 17:43:14 +0000 (17:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 22 Jan 2003 17:43:14 +0000 (17:43 -0000)
commit9febc84ad3517e6226418ca6b9280ab1f069209f
treeff81fa54fb323029b34fb516114736417a55ca3f
parent270ae06ae88745421f99a161e837a9eea6eaf83a
Update sigaction syscall names to act more like glibc.  Fix the x86 sigaction
implementation such that gdb can actually debug signal handlers.  Gdb behaves
much better now, for example, on multi-threaded apps.
 -Erik
libc/signal/sigaction.c
libc/sysdeps/linux/arm/sigaction.c
libc/sysdeps/linux/common/bits/kernel_sigaction.h
libc/sysdeps/linux/common/syscalls.c
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i386/sigaction.c [new file with mode: 0644]