diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-16 07:48:27 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-16 07:48:27 -0700 |
commit | eae3208e249edda25548fa7680d01193d7515e0c (patch) | |
tree | 04709e0e6b71ab97e54402962cadd0e3589e1c54 /ChangeLog | |
parent | 837dea7cf54827d6e43d88a9463bcc10d30472d0 (diff) | |
download | glibc-eae3208e249edda25548fa7680d01193d7515e0c.tar glibc-eae3208e249edda25548fa7680d01193d7515e0c.tar.gz glibc-eae3208e249edda25548fa7680d01193d7515e0c.tar.bz2 glibc-eae3208e249edda25548fa7680d01193d7515e0c.zip |
Run tst-fgetwc with necessary envvar.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,9 +4,8 @@ chmod if it is necessary. [BZ #10166] - * sysdeps/unix/sysv/linux/grantpt.c: If slave device is on devpts or - devfs, the mode might not be correct. Check it and return only if it - is correct. + * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used + when the slave device is in devpts or devfs. [BZ #10183] * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits. @@ -26,6 +25,7 @@ [BZ #10196] * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name. + * libio/Makefile: Run tst-fgetwc with necessary envvar. Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>. [BZ #10217] |