GNU C Library master sources branch, master, updated. glibc-2.15-78-ga0bfc9c
drepper@sourceware.org
drepper@sourceware.org
Tue Jan 10 23:49:00 GMT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via a0bfc9c78fcd26f81c62ac34f9085b6319a8099b (commit)
from d6e97a1da05c1be8ac4cc2f735a98181c457d90b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a0bfc9c78fcd26f81c62ac34f9085b6319a8099b
commit a0bfc9c78fcd26f81c62ac34f9085b6319a8099b
Author: Marek Polacek <polacek@redhat.com>
Date: Tue Jan 10 18:49:31 2012 -0500
Add noreturn attribute
diff --git a/ChangeLog b/ChangeLog
index 07fd067..666a9ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-10 Marek Polacek <polacek@redhat.com>
+
+ * locale/programs/localedef.h (show_archive_content): Add noreturn
+ attribute.
+
2012-01-09 Ulrich Drepper <drepper@gmail.com>
* sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
diff --git a/locale/programs/localedef.h b/locale/programs/localedef.h
index ac1cae5..b39e023 100644
--- a/locale/programs/localedef.h
+++ b/locale/programs/localedef.h
@@ -178,6 +178,6 @@ extern int add_locales_to_archive (size_t nlist, char *list[], bool replace);
extern int delete_locales_from_archive (size_t nlist, char *list[]);
/* List content of locale archive. */
-extern void show_archive_content (int verbose);
+extern void show_archive_content (int verbose) __attribute__ ((noreturn));
#endif /* localedef.h */
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
locale/programs/localedef.h | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list