mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-09-26 Ulrich Drepper <drepper@redhat.com> * locale/langinfo.h (__nl_langinfo_l): Add prototype.
This commit is contained in:
parent
246b1a5d1c
commit
c78ec91f27
@ -1,6 +1,6 @@
|
||||
2000-09-26 Andreas Jaeger <aj@suse.de>
|
||||
2000-09-26 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* include/langinfo.h (__nl_langinfo_l): Add prototype.
|
||||
* locale/langinfo.h (__nl_langinfo_l): Add prototype.
|
||||
|
||||
2000-09-26 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
|
@ -559,6 +559,17 @@ enum
|
||||
extern char *nl_langinfo (nl_item __item) __THROW;
|
||||
|
||||
|
||||
#ifdef __USE_GNU
|
||||
/* This interface is for the extended locale model. See <locale.h> for
|
||||
more information. */
|
||||
|
||||
/* Get locale datatype definition. */
|
||||
# include <xlocale.h>
|
||||
|
||||
/* Just like nl_langinfo but get the information from the locale object L. */
|
||||
extern char *__nl_langinfo_l (nl_item __item, __locale_t l);
|
||||
#endif
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* langinfo.h */
|
||||
|
Loading…
Reference in New Issue
Block a user