diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-12-14 03:54:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-12-14 03:54:07 +0000 |
commit | bc3e1c127392da88d0c8bf2ae728147982a3d1bc (patch) | |
tree | a7f2e7c9d9f1396438c4f74e9d727d9c731ffed2 /ChangeLog | |
parent | 3eb0e1c6d6259c1d8db0859589a5ca67e3cac8e2 (diff) | |
download | glibc-bc3e1c127392da88d0c8bf2ae728147982a3d1bc.tar.gz glibc-bc3e1c127392da88d0c8bf2ae728147982a3d1bc.tar.xz glibc-bc3e1c127392da88d0c8bf2ae728147982a3d1bc.zip |
* locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
* locale/nl_langinfo_l.c: Real implementation, copied from nl_langinfo.c. * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d0321fb14c..aa5b2c52b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-12-13 Ulrich Drepper <drepper@redhat.com> + + * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l. + * locale/nl_langinfo_l.c: Real implementation, copied from + nl_langinfo.c. + * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l. + 2007-12-01 Jim Meyering <meyering@redhat.com> * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/, |