about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-06-24 22:40:07 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-06-24 22:43:34 +0530
commit2307e1261e7ee784afd424a46ad08d3fbed33ba3 (patch)
treee31d4d71d74f24aba6f902aae903bafde7b32c3e /NEWS
parentc0a4ed7799372c606c5b9aa0d4d84e3867fd09a5 (diff)
downloadglibc-2307e1261e7ee784afd424a46ad08d3fbed33ba3.tar.gz
glibc-2307e1261e7ee784afd424a46ad08d3fbed33ba3.tar.xz
glibc-2307e1261e7ee784afd424a46ad08d3fbed33ba3.zip
Fix namespace violation in pthreadtypes.h (BZ #17084)
This was causing conformtest failures on i386.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 40c4e57180..abec2196e8 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@ Version 2.20
   16912, 16915, 16916, 16917, 16918, 16922, 16927, 16928, 16932, 16943,
   16958, 16965, 16966, 16967, 16977, 16978, 16984, 16990, 16996, 17009,
   17022, 17031, 17042, 17048, 17050, 17058, 17061, 17062, 17069, 17075,
-  17079.
+  17079, 17084.
 
 * Optimized strchr implementation for AArch64.  Contributed by ARM Ltd.