diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-12 16:57:17 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-12 16:57:17 +0000 |
commit | 8899fb784ab641a6c2aa755a3141718cd0e6f4af (patch) | |
tree | 6a97556066459bcfbaf4a9740de52ad0d026e020 /ChangeLog | |
parent | 8ae4ba1c6d925bdd110d6bbc04f6338065dd56ac (diff) | |
download | glibc-8899fb784ab641a6c2aa755a3141718cd0e6f4af.tar.gz glibc-8899fb784ab641a6c2aa755a3141718cd0e6f4af.tar.xz glibc-8899fb784ab641a6c2aa755a3141718cd0e6f4af.zip |
* debug/chk_fail.c: Include errno.h and string.h.
(__chk_fail): Write a short message to stderr. * debug/tst-chk1.c: Include fcntl.h. (do_test): Redirect stderr to /dev/null. * debug/test-strcpy_chk.c: Include fcntl.h. (test_main): Redirect stderr to /dev/null. (do_one_test, do_random_tests): Use printf instead of error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7b36bcfa8c..37146aade2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-11-11 Jakub Jelinek <jakub@redhat.com> + + * debug/chk_fail.c: Include errno.h and string.h. + (__chk_fail): Write a short message to stderr. + * debug/tst-chk1.c: Include fcntl.h. + (do_test): Redirect stderr to /dev/null. + * debug/test-strcpy_chk.c: Include fcntl.h. + (test_main): Redirect stderr to /dev/null. + (do_one_test, do_random_tests): Use printf instead of + error. + 2004-11-12 Ulrich Drepper <drepper@redhat.com> * posix/Makefile (tests): Add bug-regex24. |