diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-19 06:18:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-19 06:18:04 +0000 |
commit | 536d1a8d50074cf54da2a1f28caa93e62f041983 (patch) | |
tree | 96966613dc1f16d3614578b95db843e61cbcd027 /ChangeLog | |
parent | 01715b0337fb0a0d94eb605d93c5e91e116179b5 (diff) | |
download | glibc-536d1a8d50074cf54da2a1f28caa93e62f041983.zip glibc-536d1a8d50074cf54da2a1f28caa93e62f041983.tar.gz glibc-536d1a8d50074cf54da2a1f28caa93e62f041983.tar.bz2 |
* sysdeps/unix/sysv/linux/fxstatat.c [STAT_IS_KERNEL_STAT]
(__fxstatat): Correct handling of invalid vers values.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-01-18 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/fxstatat.c [STAT_IS_KERNEL_STAT] + (__fxstatat): Correct handling of invalid vers values. + [BZ #2173] * libio/fileops.c (_IO_new_file_fopen): If ,ccs= is given, also set vtable to the wide vtable. |