diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-19 01:35:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-19 01:35:28 +0000 |
commit | 01715b0337fb0a0d94eb605d93c5e91e116179b5 (patch) | |
tree | 0301863b66ab68d0bba95f85285aefc936d959ac /ChangeLog | |
parent | a815c3ab359e99edc5d44934a0d00467a9a16bad (diff) | |
download | glibc-01715b0337fb0a0d94eb605d93c5e91e116179b5.tar glibc-01715b0337fb0a0d94eb605d93c5e91e116179b5.tar.gz glibc-01715b0337fb0a0d94eb605d93c5e91e116179b5.tar.bz2 glibc-01715b0337fb0a0d94eb605d93c5e91e116179b5.zip |
[BZ #2173]
2006-01-18 Ulrich Drepper <drepper@redhat.com>
[BZ #2173]
* libio/fileops.c (_IO_new_file_fopen): If ,ccs= is given, also
set vtable to the wide vtable.
* libio/tst-fopenloc2.c: New file.
* libio/Makefile (tests): Add tst-fopenloc2.
* sysdeps/unix/sysv/linux/shm_open.c [__ASSUME_TMPFS_NAME]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2006-01-18 Ulrich Drepper <drepper@redhat.com> + + [BZ #2173] + * libio/fileops.c (_IO_new_file_fopen): If ,ccs= is given, also + set vtable to the wide vtable. + * libio/tst-fopenloc2.c: New file. + * libio/Makefile (tests): Add tst-fopenloc2. + 2006-01-18 Roland McGrath <roland@redhat.com> * sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: Restore @@ -42,7 +50,7 @@ * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_TMPFS_NAME. - * sysdeps/unix/sysv/linux/shm_open.c [!__ASSUME_TMPFS_NAME] + * sysdeps/unix/sysv/linux/shm_open.c [__ASSUME_TMPFS_NAME] (where_is_shmfs): Don't test for obsolete shm filesystem name. * sysdeps/unix/sysv/linux/getsysstats.c: Don't search for proc |