summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-11-16 09:11:27 +0000
committerJakub Jelinek <jakub@redhat.com>2004-11-16 09:11:27 +0000
commit1c1465a4f7e7af0a5c5b512adf82af8174071431 (patch)
tree4788a66a64bf6068563dbd547ddff6b9c5dee850 /include
parent4e2e518f6a0ca001e13c06d7463fb179e1e96124 (diff)
Updated to fedora-glibc-20041116T0856
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h3
1 files changed, 1 insertions, 2 deletions
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);