Skip to content

Commit

Permalink
Run tst-fgetwc with necessary envvar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jun 16, 2009
1 parent 837dea7 commit eae3208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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]
Expand Down
1 change: 1 addition & 0 deletions libio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eae3208

Please sign in to comment.