diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-14 19:30:37 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-14 19:30:37 -0400 |
commit | 2fc54d6f9f7d6770ecb0e0bb5a3b977965bfe273 (patch) | |
tree | 0a877a640655c1c919d3196d8b28ab11c09a261d /ChangeLog | |
parent | 98d76b46d2db565b22be647d611cc2649ba6ff87 (diff) | |
download | glibc-2fc54d6f9f7d6770ecb0e0bb5a3b977965bfe273.zip glibc-2fc54d6f9f7d6770ecb0e0bb5a3b977965bfe273.tar.gz glibc-2fc54d6f9f7d6770ecb0e0bb5a3b977965bfe273.tar.bz2 |
Fix initialization of optimization values for AIO
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-05-14 Ulrich Drepper <drepper@gmail.com> + [BZ #12083] + * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num + correctly. + [BZ #12601] * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of two-byte sequence errors. |