diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-29 13:32:39 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-29 16:46:03 +0200 |
commit | 84d8c5bc8b4815bbdd4395f419aed047db3b67e3 (patch) | |
tree | bc4931d132af0e8ed5d4d0d8c728710eba32041b /ChangeLog | |
parent | ccfb2964726512f6669fea99a43afa714e2e6a80 (diff) | |
download | glibc-84d8c5bc8b4815bbdd4395f419aed047db3b67e3.tar.gz glibc-84d8c5bc8b4815bbdd4395f419aed047db3b67e3.tar.xz glibc-84d8c5bc8b4815bbdd4395f419aed047db3b67e3.zip |
vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-type
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 61f453df7b..147dcaaab8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-06-29 Florian Weimer <fweimer@redhat.com> + + * stdio-common/tst-vfprintf-user-type.c (my_printf_function): + Adjust format string. + * stdio-common/Makefile (tst-vfprintf-mbs-prec.out): Add locale + dependency. + 2017-06-29 Adhemerval Zanella <adhemerval.zanella@linaro.org> * sysdeps/posix/spawni.c (__spawni_child): New function. |