summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@redhat.com>2011-12-17 20:23:16 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-17 20:23:16 -0500
commit8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6 (patch)
tree21538c58cfccbea716d013c6f80cebe36a323ab7 /NEWS
parent97ac2654b2d831acaa18a2b018b0736245903fd2 (diff)
downloadglibc-8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6.tar.gz
glibc-8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6.tar.xz
glibc-8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6.zip
Avoid warnings in __*_finite math function declarations with C++
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6e0c1d7e7c..1e8cf68c65 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Version 2.15
   6779, 6783, 9696, 10103, 10709, 11589, 12403, 12847, 12868, 12852, 12874,
   12885, 12892, 12907, 12922, 12935, 13007, 13021, 13067, 13068, 13090,
   13092, 13114, 13118, 13123, 13134, 13138, 13147, 13150, 13179, 13192,
-  13268, 13276, 13291, 13335, 13337, 13344, 13358, 13367, 13506
+  13268, 13276, 13291, 13335, 13337, 13344, 13358, 13367, 13484, 13506
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.