From dd438613428605e607d9bb1efac41f9f3d15e164 Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 14 Jul 2015 23:04:21 +0200 Subject: [PATCH] OpenLIBM: Add 3 new symbols to map We gained three additional functions with the move to OpenBSD libm: catanhl casinhl cacoshl They were built but filtered out because they weren't on the symbol map before. --- lib/libm/Symbol.map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libm/Symbol.map b/lib/libm/Symbol.map index 8f4a373b52..79aeec7703 100644 --- a/lib/libm/Symbol.map +++ b/lib/libm/Symbol.map @@ -319,4 +319,7 @@ DF402.0 { DF404.0 { powl; tgammal; + catanhl; + casinhl; + cacoshl; }; -- 2.41.0