aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-10-18 14:11:02 +0200
committerAndreas Schwab <schwab@redhat.com>2011-10-18 14:11:29 +0200
commit83c7615c2dc344562f6a1a499a269b114f74c7e5 (patch)
tree650ffd9d7025e59b8a5253a491fac442e91f66ea /ChangeLog
parentcaa6c9d8454e81d365f039c835abd3cb54c06a05 (diff)
downloadglibc-83c7615c2dc344562f6a1a499a269b114f74c7e5.tar
glibc-83c7615c2dc344562f6a1a499a269b114f74c7e5.tar.gz
glibc-83c7615c2dc344562f6a1a499a269b114f74c7e5.tar.bz2
glibc-83c7615c2dc344562f6a1a499a269b114f74c7e5.zip
Fix last change
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cd6264b7f0..1ca1cca3c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2011-10-18 Andreas Schwab <schwab@redhat.com>
* sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
- (__feraiseexcept_renamed): Add __THROW.
- (feraiseexcept): Add __THROW. Rename local variables to fix
+ (__feraiseexcept_renamed): Add __NTH.
+ (feraiseexcept): Add __NTH. Rename local variables to fix
namespace violations.
2011-10-17 Ulrich Drepper <drepper@gmail.com>