diff options
author | Jeff Law <law@redhat.com> | 2012-09-28 12:48:42 -0600 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2012-09-28 12:49:51 -0600 |
commit | 715a900c9085907fa749589bf738b192b1a2bda5 (patch) | |
tree | a5f194cde176cdb38c2f712c51477aa427ba33ae /stdio-common/Makefile | |
parent | 9c464f9c0c9d85df80233c1b0a22f9a7cd318096 (diff) | |
download | glibc-715a900c9085907fa749589bf738b192b1a2bda5.tar.gz glibc-715a900c9085907fa749589bf738b192b1a2bda5.tar.xz glibc-715a900c9085907fa749589bf738b192b1a2bda5.zip |
2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
[BZ #6530] * stdio-common/vfprintf.c (process_string_arg): Revert 2000-07-22 change. 2011-09-28 Jonathan Nieder <jrnieder@gmail.com> * stdio-common/Makefile (tst-sprintf-ENV): Set environment for testcase. * stdio-common/tst-sprintf.c: Include <locale.h> (main): Test sprintf's handling of incomplete multibyte characters.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 0cdf6307ea..5e2e48dfc2 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -116,6 +116,7 @@ CFLAGS-scanf17.c = -I../libio -I../stdlib -I../wcsmbs -I../time -I../string \ # We know the test has a format string problem. CFLAGS-tst-sprintf.c = -Wno-format +tst-sprintf-ENV = LOCPATH=$(common-objpfx)localedata tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata |