summaryrefslogtreecommitdiffstats
path: root/lib/msun/Symbol.map
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2013-06-10 06:04:58 +0000
committerdas <das@FreeBSD.org>2013-06-10 06:04:58 +0000
commit4e8602cd3988d7feb832032e4eb9c5a560af08f0 (patch)
tree86fabb2acfe36058b468630da526ea699b62d9b8 /lib/msun/Symbol.map
parentdc9bd08e99b5ce900fa2f3d1c8cd7b3e36c029e2 (diff)
downloadFreeBSD-src-4e8602cd3988d7feb832032e4eb9c5a560af08f0.zip
FreeBSD-src-4e8602cd3988d7feb832032e4eb9c5a560af08f0.tar.gz
Add implementations of acoshl(), asinhl(), and atanhl(). This is a
merge of the work done by bde and myself.
Diffstat (limited to 'lib/msun/Symbol.map')
-rw-r--r--lib/msun/Symbol.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/msun/Symbol.map b/lib/msun/Symbol.map
index 045ac92..f244af4 100644
--- a/lib/msun/Symbol.map
+++ b/lib/msun/Symbol.map
@@ -237,6 +237,9 @@ FBSD_1.3 {
fegetround;
fesetround;
fesetenv;
+ acoshl;
+ asinhl;
+ atanhl;
cacos;
cacosf;
cacosh;
OpenPOWER on IntegriCloud