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/21277] [alpha] termios.h missing IUCLC for UNIX98 and older


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

--- 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  78c05814320cdc3377347f8e5fdbaa7cf5abf5b5 (commit)
      from  b737847f8718dc44b97970531854620af1357083 (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=78c05814320cdc3377347f8e5fdbaa7cf5abf5b5

commit 78c05814320cdc3377347f8e5fdbaa7cf5abf5b5
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 27 15:07:38 2017 +0000

    Define more termios.h macros unconditionally for alpha (bug 21277).

    termios.h should define IUCLC for UNIX98 and older XSI standards.  The
    sysdeps/unix/sysv/linux/alpha version defines it only if __USE_MISC,
    so causing some conform/ tests to fail.

    Other versions define it unconditionally (I* being a reserved
    namespace for this header); the API should be consistent between
    architectures in the absence of a clear reason for it to differ (and
    given that a symbol is part of the API on two architectures, I don't
    see any reason for the feature test macros required ever to differ
    between those architectures), so this patch makes the alpha version
    define it unconditionally as well.  Two non-POSIX macros alongside it,
    IMAXBEL and IUTF8, are also defined unconditionally on other
    architectures, so this patch makes them consistent by defining them
    unconditionally on alpha as well.

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

        [BZ #21277]
        * sysdeps/unix/sysv/linux/alpha/bits/termios.h (IUCLC): Define
        unconditionally.
        (IMAXBEL): Likewise.
        (IUTF8): Likewise.

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

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