diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 02:03:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 02:03:02 +0000 |
commit | 43a9d5648811f16936710b7d837ad2a19ce1f16a (patch) | |
tree | 0f0c230d190a3933ee9a463799510b95ff362b92 /libc/sysdeps/linux/alpha/Makefile.arch | |
parent | bb0359a138bf8e1d1705992a13b40fda55c100a4 (diff) |
grab glibc sigprocmask since common linux one doesnt work for alpha
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 2a66bc1a4..fddfc0052 100644 --- a/libc/sysdeps/linux/alpha/Makefile.arch +++ b/libc/sysdeps/linux/alpha/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := __syscall_error.c +CSRC := __syscall_error.c sigprocmask.c SSRC := \ __longjmp.S brk.S bsd-_setjmp.S bsd-setjmp.S clone.S \ |