From 6cf3bd5c43aa5f261754345c2024226c1cd3dc6d Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Thu, 3 Sep 2009 10:54:51 -0700 Subject: accidently let arm's sigaction.c sneak in when merging d990ec5891df Signed-off-by: Austin Foxley --- libc/sysdeps/linux/arm/Makefile.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/arm/Makefile.arch b/libc/sysdeps/linux/arm/Makefile.arch index 425978735..50795593e 100644 --- a/libc/sysdeps/linux/arm/Makefile.arch +++ b/libc/sysdeps/linux/arm/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := brk.c ioperm.c iopl.c mmap.c sigaction.c __syscall_error.c +CSRC := brk.c ioperm.c iopl.c mmap.c __syscall_error.c ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y) CSRC += sigaction.c -- cgit v1.2.3