diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2015-05-15 16:50:09 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2015-05-17 08:48:08 -0300 |
commit | b40a4e1a7bf7000018a8d1d1ee2f37f5c63e5a42 (patch) | |
tree | 7705116f803774bdae116dc6269fc2c4208df53b /NEWS | |
parent | 6c307927ac5c5c3e15774a1c63c9d8c41f3a8678 (diff) | |
download | glibc-b40a4e1a7bf7000018a8d1d1ee2f37f5c63e5a42.zip glibc-b40a4e1a7bf7000018a8d1d1ee2f37f5c63e5a42.tar.gz glibc-b40a4e1a7bf7000018a8d1d1ee2f37f5c63e5a42.tar.bz2 |
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-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |