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/17783] TIOCSER_TEMT conditions inconsistent


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

--- 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  253a59ccb571dc67b6dc303192d8d99378a35c75 (commit)
      from  27dae0113e527aa2a94350d1f624c6e7c81139ce (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=253a59ccb571dc67b6dc303192d8d99378a35c75

commit 253a59ccb571dc67b6dc303192d8d99378a35c75
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jan 2 18:31:41 2015 +0000

    Fix MIPS TIOCSER_TEMT namespace (bug 17782).

    sysdeps/unix/sysv/linux/mips/bits/termios.h defines TIOCSER_TEMT
    unconditionally, but it's in the user's namespace.  This patch
    conditions it on __USE_MISC, as on powerpc.  I've filed bug 17783 for
    the residual inconsistency in conditions on this macro (sparc defines
    it for __USE_GNU only).

        [BZ #17782]
        * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
        Condition macro definition on [__USE_MISC].

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

Summary of changes:
 ChangeLog                                   |    4 ++++
 NEWS                                        |    2 +-
 sysdeps/unix/sysv/linux/mips/bits/termios.h |    4 +++-
 3 files changed, 8 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]