fb633ea
From e818d7d5034bd33373aebf570402abdb8e434f6e Mon Sep 17 00:00:00 2001
fb633ea
From: Jakub Jelinek <jakub@redhat.com>
fb633ea
Date: Sat, 19 Mar 2005 20:18:00 +0000
fb633ea
Subject: [PATCH] Updated to fedora-glibc-20050319T1907
fb633ea
fb633ea
---
fb633ea
 debug/tst-chk1.c |  234 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
fb633ea
 1 files changed, 229 insertions(+), 5 deletions(-)
fb633ea
fb633ea
diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c
fb633ea
--- a/debug/tst-chk1.c
fb633ea
+++ b/debug/tst-chk1.c
fb633ea
@@ -16,6 +16,9 @@
fb633ea
    License along with the GNU C Library; if not, see
fb633ea
    <http://www.gnu.org/licenses/>.  */
fb633ea
 
fb633ea
+/* Hack: make sure GCC doesn't know __chk_fail () will not return.  */
fb633ea
+#define __noreturn__
fb633ea
+
fb633ea
 #include <assert.h>
fb633ea
 #include <fcntl.h>
fb633ea
 #include <locale.h>