diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/localeinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/localeinfo.h b/locale/localeinfo.h index d526794e51..bc9af16b29 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -202,4 +202,9 @@ extern const char *_nl_get_alt_digit (unsigned int number); /* Similar, but now for wide characters. */ extern const wchar_t *_nl_get_walt_digit (unsigned int number); +/* Postload processing. */ +extern void _nl_postload_ctype (void); +extern void _nl_postload_time (void); + + #endif /* localeinfo.h */ |