diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 05:31:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 05:31:57 +0000 |
commit | 0ed1f493fcd25372403aa756916763cf444967c9 (patch) | |
tree | 51f9d6578b69d8b649ed2549b08220f9b1494c9a /libc/sysdeps/linux/alpha/Makefile.arch | |
parent | 41d42afb343e3c2895488646768eca30de74f853 (diff) |
import rt_sigaction from glibc to fix alpha signal handling issues
Diffstat (limited to 'libc/sysdeps/linux/alpha/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/alpha/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/Makefile.arch b/libc/sysdeps/linux/alpha/Makefile.arch index fddfc0052..84e0561ec 100644 --- a/libc/sysdeps/linux/alpha/Makefile.arch +++ b/libc/sysdeps/linux/alpha/Makefile.arch @@ -9,6 +9,6 @@ CSRC := __syscall_error.c sigprocmask.c SSRC := \ __longjmp.S brk.S bsd-_setjmp.S bsd-setjmp.S clone.S \ - divl.S divq.S reml.S remq.S setjmp.S syscall.S + divl.S divq.S reml.S remq.S rt_sigaction.S setjmp.S syscall.S include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch |