From 97d6f117e31d0785e87ccd6236d0799aeca37cc1 Mon Sep 17 00:00:00 2001 From: Sam Toyer Date: Sun, 2 Dec 2012 00:25:20 +1000 Subject: [PATCH] Add s_tanhl.c to x86 jamfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Duval --- src/system/libroot/posix/glibc/arch/x86/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libroot/posix/glibc/arch/x86/Jamfile b/src/system/libroot/posix/glibc/arch/x86/Jamfile index eb683ffbde..228a156a03 100644 --- a/src/system/libroot/posix/glibc/arch/x86/Jamfile +++ b/src/system/libroot/posix/glibc/arch/x86/Jamfile @@ -71,7 +71,7 @@ local genericSources = s_signbit.c s_signbitf.c s_signbitl.c s_round.c s_roundf.c s_roundl.c s_signgam.c - s_tanh.c s_tanhf.c + s_tanh.c s_tanhf.c s_tanhl.c w_acos.c w_acosf.c w_acosl.c w_acosh.c w_acoshf.c w_acoshl.c