[Bug libc/21268] [alpha] termios.h NL2, NL3 namespace

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Mon Mar 20 17:33:00 GMT 2017


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

--- 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  ba7fe6906d213e226dff8606dca64feb48718e27 (commit)
      from  ddc3fb333469c2997798742dc0509dc1e3201d91 (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=ba7fe6906d213e226dff8606dca64feb48718e27

commit ba7fe6906d213e226dff8606dca64feb48718e27
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 20 17:32:19 2017 +0000

    Fix alpha termios.h NL2, NL3 namespace (bug 21268).

    sysdeps/unix/sysv/linux/alpha/bits/termios.h defines NL2 and NL3 for
    __USE_MISC || __USE_XOPEN.  These should only be defined for
    __USE_MISC as they are not part of any standard namespace.  This patch
    conditions them accordingly, matching the powerpc version of the
    header (the only other one in glibc that defines these macros).

    Tested (compilation only) with build-many-glibcs.py.

        [BZ #21268]
        * sysdeps/unix/sysv/linux/alpha/bits/termios.h (NL2): Define only
        if [__USE_MISC]
        (NL3): Likewise.

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

Summary of changes:
 ChangeLog                                    |    7 +++++++
 sysdeps/unix/sysv/linux/alpha/bits/termios.h |    6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

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


More information about the Glibc-bugs mailing list