diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-19 10:29:16 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-19 10:29:16 -0800 |
commit | df1934daa7788ca5f19d82efb02cdf9b9c495b1a (patch) | |
tree | aee6af463b36c8c998751aaf9ba319f25b3043f0 /ChangeLog | |
parent | 03ebadd9eaa4663f58bd3fa6fe8283f255925632 (diff) |
Fix getwc* and putwc* on non-wide streams.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-11-19 Ulrich Drepper <drepper@redhat.com> + [BZ #10958] + * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being + initialized before using it. + (_IO_putwc_unlocked): Likewise. + [BZ #10918] * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const in cast to not throw away const-ness of parameters. |