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 libc/21259] [alpha] termios.h missing IXANY for POSIX


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

--- 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  20409ce5e806c7d2fba103d6b88b5a0c2f2fbf5a (commit)
      from  0cb521871ba11772fb52617cdba1b66089ffd749 (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=20409ce5e806c7d2fba103d6b88b5a0c2f2fbf5a

commit 20409ce5e806c7d2fba103d6b88b5a0c2f2fbf5a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Mar 17 16:27:03 2017 +0000

    Make alpha termios.h define IXANY unconditionally (bug 21259).

    sysdeps/unix/sysv/linux/alpha/bits/termios.h defines IXANY only if
    __USE_MISC.  But it's in the base standard for POSIX.1:2008, and
    XSI-shaded in previous standards.  This patch makes the header define
    it unconditionally, like other versions of this header do (it's always
    reserved by standards that don't require it, so defining
    unconditionally is OK by the standards).

    Tested (compilation only) for alpha with build-many-glibcs.py.  Note
    that there are still termios.h conformtest failures after this patch
    because of other issues with the alpha version of this header.

        [BZ #21259]
        * sysdeps/unix/sysv/linux/alpha/bits/termios.h (IXANY): Define
        unconditionally, not just for [__USE_MISC].

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

Summary of changes:
 ChangeLog                                    |    4 ++++
 sysdeps/unix/sysv/linux/alpha/bits/termios.h |    2 +-
 2 files changed, 5 insertions(+), 1 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]