From ce64875415e7d50da86379b48f04f96d633b4e9d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 31 Oct 2015 18:32:54 +0000 Subject: Add implementation for copysignl for ppc Signed-off-by: Khem Raj --- libc/sysdeps/linux/powerpc/Makefile.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc/Makefile.arch') diff --git a/libc/sysdeps/linux/powerpc/Makefile.arch b/libc/sysdeps/linux/powerpc/Makefile.arch index 4fbcb1126..7c09c879e 100644 --- a/libc/sysdeps/linux/powerpc/Makefile.arch +++ b/libc/sysdeps/linux/powerpc/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC-y := __syscall_error.c ioctl.c +CSRC-y := __syscall_error.c ioctl.c copysignl.c SSRC-y := \ __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S \ -- cgit v1.2.3