diff options
author | Andreas Jaeger <aj@suse.de> | 2002-09-30 07:48:10 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-09-30 07:48:10 +0000 |
commit | 82685ecbd7ffcae45b078cc5e2faeb88205a1785 (patch) | |
tree | 80725de4e56690eac756b0b8e9f99e4ca40e7128 | |
parent | 9a2d7205aa046af3f4caf1b35388e9100e2a25db (diff) | |
download | glibc-82685ecbd7ffcae45b078cc5e2faeb88205a1785.tar.gz glibc-82685ecbd7ffcae45b078cc5e2faeb88205a1785.tar.xz glibc-82685ecbd7ffcae45b078cc5e2faeb88205a1785.zip |
Update.
* stdlib/tst-bsearch.c (main): Fix format strings. * stdio-common/tst-rndseek.c (do_test): Likewise. * libio/tst_swprintf.c (main): Likewise. * catgets/tst-catgets.c (main): Likewise. * libio/tst-fgetws.c (main): Likewise. * posix/tst-mmap.c (main): Likewise. * posix/bug-regex12.c (main): Likewise. * posix/bug-regex11.c (main): Likewise. * io/tst-getcwd.c (do_test): Likewise.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d9e7432974..23ad0a6283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,16 @@ 2002-09-30 Andreas Jaeger <aj@suse.de> + * stdlib/tst-bsearch.c (main): Fix format strings. + * stdio-common/tst-rndseek.c (do_test): Likewise. + * libio/tst_swprintf.c (main): Likewise. + * catgets/tst-catgets.c (main): Likewise. + * libio/tst-fgetws.c (main): Likewise. + * posix/tst-mmap.c (main): Likewise. + * posix/bug-regex12.c (main): Likewise. + * posix/bug-regex11.c (main): Likewise. + * io/tst-getcwd.c (do_test): Likewise. + * iconvdata/tst-e2big.c (test): Use %td in printf for ptrdiff_t. * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): |