aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-03-27 16:23:58 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-04-10 12:20:47 -0300
commit6d4adeb700840bab65165223e058ddc459cf07b8 (patch)
treea75abd8813e1ca3c1e174a13710bf25b1cef28b1 /ChangeLog
parent9ace4692b2fa96c1c92177bb51e5e36680de25ad (diff)
downloadglibc-6d4adeb700840bab65165223e058ddc459cf07b8.zip
glibc-6d4adeb700840bab65165223e058ddc459cf07b8.tar.gz
glibc-6d4adeb700840bab65165223e058ddc459cf07b8.tar.bz2
Remove unneeded declarations from math_private.h
The declarations of many functions in math_private.h are not required since __MATHDECL and __MATHDECLX, in math.h, already provide the declarations for these functions. This patch removes the declarations from math_private.h. It also adds the inclusion of math.h to the files which depended on the declaration of functions in math_private.h. Tested for powerpc64le and s390x. * sysdeps/generic/math_private.h: Remove declarations of many functions that are already declared in math.h. * sysdeps/ieee754/ldbl-128/e_logl.c: Include math.h to get the declaration for __frexpl. * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Include math.h to get the declarations for __scalbnl and fabsl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7c2baf..134da60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-04-10 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+
+ * sysdeps/generic/math_private.h: Remove declarations of
+ many functions that are already declared in math.h.
+ * sysdeps/ieee754/ldbl-128/e_logl.c: Include math.h to get the
+ declaration for __frexpl.
+ * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Include math.h to get
+ the declarations for __scalbnl and fabsl.
+
2017-04-09 Dmitry V. Levin <ldv@altlinux.org>
[BZ #20831]