about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2011-09-08 23:53:04 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-08 23:53:04 -0400
commit1e4bd093e664f2889c48e63714583ef06b90d5b9 (patch)
tree8c31932b8311eb78f75c3a8688706984478f16bf /NEWS
parentf99247809108c563f31005f8eb0bcb527e6cd0fe (diff)
downloadglibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.tar.gz
glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.tar.xz
glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.zip
Fix macro used in test
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6f14dddf35..e42adbc1c3 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,8 @@ Version 2.15
 
 * The following bugs are resolved with this release:
 
-  9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021,
-  13068, 13092, 13114, 13118, 13123, 13134, 13150
+  9696, 12403, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007,
+  13021, 13068, 13092, 13114, 13118, 13123, 13134, 13150
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.