From 0e230349da7a573f4627270a1ffc9ff9abac3496 Mon Sep 17 00:00:00 2001 From: Ryan Leavengood Date: Sun, 11 Nov 2007 03:23:17 +0000 Subject: [PATCH] I needed nextafterf support in WebKit, so I added it here. It was already defined in the headers. If this is not the correct way to do this, let me know, but it seems to work (well it compiled at least.) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22890 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/glibc/arch/x86/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/libroot/posix/glibc/arch/x86/Jamfile b/src/system/libroot/posix/glibc/arch/x86/Jamfile index 99bca10bd5..4150ce2121 100644 --- a/src/system/libroot/posix/glibc/arch/x86/Jamfile +++ b/src/system/libroot/posix/glibc/arch/x86/Jamfile @@ -151,6 +151,7 @@ MergeObject posix_gnu_arch_$(TARGET_ARCH)_s.o : s_log1p.S s_log1pf.S s_log1pl.S s_logb.S s_logbf.S s_logbl.c s_lrint.S s_lrintf.S s_lrintl.S + s_nextafterf.c s_rint.S s_rintf.S s_rintl.c s_scalbn.S s_scalbnf.S s_scalbnl.S s_significand.S s_significandf.S