about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-03-14 17:36:08 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-03-15 09:39:16 -0300
commit826aa1346f51ead7b9483ee3f269c78c3bf6310d (patch)
tree5394a8a3f8709a527da63c621dcfb0b95f7e1dd0 /ChangeLog
parent2bda2d820dcd9ea382b7380c18d469c23232fbbf (diff)
downloadglibc-826aa1346f51ead7b9483ee3f269c78c3bf6310d.tar.gz
glibc-826aa1346f51ead7b9483ee3f269c78c3bf6310d.tar.xz
glibc-826aa1346f51ead7b9483ee3f269c78c3bf6310d.zip
Use internal __feraiseexcept in __iseqsig
Replace the use of feraiseexcept with __feraiseexcept in the helper
function __iseqsig (math/s_iseqsig_template.c).

Tested for powerpc64le, s390x, and x86_64.

	* math/s_iseqsig_template.c (__iseqsig): Use __feraiseexcept
	instead of feraiseexcept.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d489f041a..6a1e236330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-15  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
+	* math/s_iseqsig_template.c (__iseqsig): Use __feraiseexcept
+	instead of feraiseexcept.
+
 2017-03-15  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #21243]