mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Add noreturn attribute
This commit is contained in:
parent
d6e97a1da0
commit
a0bfc9c78f
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user