about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2015-05-15 16:50:09 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2015-05-17 08:48:08 -0300
commitb40a4e1a7bf7000018a8d1d1ee2f37f5c63e5a42 (patch)
tree7705116f803774bdae116dc6269fc2c4208df53b /NEWS
parent6c307927ac5c5c3e15774a1c63c9d8c41f3a8678 (diff)
downloadglibc-b40a4e1a7bf7000018a8d1d1ee2f37f5c63e5a42.tar.gz
glibc-b40a4e1a7bf7000018a8d1d1ee2f37f5c63e5a42.tar.xz
glibc-b40a4e1a7bf7000018a8d1d1ee2f37f5c63e5a42.zip
Fix stdlib/tst-setcontext3 with dash [BZ#18418]
This patch remove the non-portable array usage on tst-setcontext3.sh
script.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 77f6f5a1fb..bfeb3a78f6 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ Version 2.22
   18039, 18042, 18043, 18046, 18047, 18068, 18080, 18093, 18100, 18104,
   18110, 18111, 18125, 18128, 18138, 18185, 18196, 18197, 18206, 18210,
   18211, 18217, 18220, 18221, 18247, 18287, 18319, 18333, 18346, 18397,
-  18409.
+  18409, 18418.
 
 * Cache information can be queried via sysconf() function on s390 e.g. with
   _SC_LEVEL1_ICACHE_SIZE as argument.