From 1c1465a4f7e7af0a5c5b512adf82af8174071431 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 16 Nov 2004 09:11:27 +0000 Subject: Updated to fedora-glibc-20041116T0856 --- include/stdio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index ad8f157829..0c1e8fca10 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -62,8 +62,7 @@ extern int __gen_tempname (char *__tmpl, int __kind); /* Print out MESSAGE on the error output and abort. */ extern void __libc_fatal (__const char *__message) __attribute__ ((__noreturn__)); -extern void __libc_message (int do_abort, __const char *__fnt, ...) - __attribute__ ((__noreturn__)); +extern void __libc_message (int do_abort, __const char *__fnt, ...); /* Acquire ownership of STREAM. */ extern void __flockfile (FILE *__stream); -- cgit v1.2.3