This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug locale/19996] langinfo.h nl_langinfo_l namespace


https://sourceware.org/bugzilla/show_bug.cgi?id=19996

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  085bbece2c6afc5f13698b52fac0299445c4317f (commit)
      from  6da052fd6a7e589e3a7ffeeec5756518f9d60e1a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=085bbece2c6afc5f13698b52fac0299445c4317f

commit 085bbece2c6afc5f13698b52fac0299445c4317f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Apr 26 15:02:26 2016 +0000

    Fix langinfo.h nl_langinfo_l namespace (bug 19996).

    langinfo.h declares nl_langinfo_l if __USE_XOPEN2K.  But this function
    was new in the 2008 edition of POSIX.  This patch fixes the condition
    accordingly.

    Tested for x86_64 and x86 (testsuite, and that installed shared
    libraries are unchanged by the patch).

        [BZ #19996]
        * locale/langinfo.h (nl_langinfo_l): Declare if [__USE_XOPEN2K8],
        not [__USE_XOPEN2K].
        * conform/Makefile (test-xfail-XOPEN2K/langinfo.h/conform): Remove
        variable.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 conform/Makefile  |    1 -
 locale/langinfo.h |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]