From 83ce0cc4d5e93549f0a9447a9bd6b051f5f1b62f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 28 Jan 2012 20:53:19 +0100 Subject: buildsys: fixup sigaction handling Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/x86_64/Makefile.arch | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/x86_64/Makefile.arch') diff --git a/libc/sysdeps/linux/x86_64/Makefile.arch b/libc/sysdeps/linux/x86_64/Makefile.arch index 0d14650ff..3243d8676 100644 --- a/libc/sysdeps/linux/x86_64/Makefile.arch +++ b/libc/sysdeps/linux/x86_64/Makefile.arch @@ -5,11 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := brk.c __syscall_error.c mmap.c - -ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y) -CSRC += sigaction.c -endif +CSRC := brk.c __syscall_error.c sigaction.c mmap.c SSRC := \ __longjmp.S setjmp.S syscall.S bsd-setjmp.S bsd-_setjmp.S -- cgit v1.2.3