Add noreturn attribute

This commit is contained in:
Marek Polacek 2012-01-10 18:49:31 -05:00 committed by Ulrich Drepper
parent d6e97a1da0
commit a0bfc9c78f
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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 */