summaryrefslogtreecommitdiff
path: root/debug/chk_fail.c
AgeCommit message (Collapse)Author
2005-03-03Updated to fedora-glibc-20050302T1820Jakub Jelinek
2005-02-11 * debug/chk_fail.c (__chk_fail): Add a while (1) loop aroundJakub Jelinek
__libc_message to kill GCC warning about noreturn function returning.
2005-02-08Updated to fedora-glibc-20050208T0948cvs/fedora-glibc-2_3_4-6Jakub Jelinek
2004-11-15Updated to fedora-glibc-20041115T0915Jakub Jelinek
2004-11-12 * debug/chk_fail.c: Include errno.h and string.h.Jakub Jelinek
(__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-10-18Updated to fedora-glibc-20041018T0940Jakub Jelinek