summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-16 07:48:27 -0700
committerPetr Baudis <pasky@suse.cz>2009-06-18 00:24:04 +0200
commitc9dab1b7acf11a334c9494eca160ad841b5f05e2 (patch)
treedf18a15fed0fcbb46021ac28efbc555a1f47f856
parentc8bfc696298620bc1199996f5d836ce837248b0b (diff)
Run tst-fgetwc with necessary envvar.
(cherry picked from commit eae3208e249edda25548fa7680d01193d7515e0c)
-rw-r--r--ChangeLog6
-rw-r--r--libio/Makefile1
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bec39af09..e6f4565c29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,8 @@
2009-06-15 Ulrich Drepper <drepper@redhat.com>
[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.
@@ -20,6 +19,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>.
* time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
diff --git a/libio/Makefile b/libio/Makefile
index b94d047f5a..501e80c2ee 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -153,6 +153,7 @@ tst-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata
bug-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata
tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata
bug-ftell-ENV = LOCPATH=$(common-objpfx)localedata
+tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata
generated = tst-fopenloc.mtrace tst-fopenloc.check