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/20055] termios.h missing tcgetsid for XPG4


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

--- 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  b7db76066054cbe496b4c8cea97b35d186569792 (commit)
      from  1ac3eaa6bcc473a56340c24511786ff48a91293e (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=b7db76066054cbe496b4c8cea97b35d186569792

commit b7db76066054cbe496b4c8cea97b35d186569792
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 11 18:05:37 2016 +0000

    Declare tcgetsid for XPG4 (bug 20055).

    termios.h should declare tcgetsid for XPG4, but only does so for
    __USE_UNIX98 || __USE_XOPEN2K8 at present.  This patch fixes the
    declaration conditions.  A spurious conformtest expectation of this
    declaration for XPG3 is removed, and two XFAILs that are fixed by
    these changes are also removed.

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

        [BZ #20055]
        * termios/termios.h (pid_t): Define for [__USE_XOPEN_EXTENDED]
        instead of [__USE_UNIX98].
        (tcgetsid): Declare for [__USE_XOPEN_EXTENDED] instead of
        [__USE_UNIX98].
        * conform/data/termios.h-data (tcgetsid): Do not expect for
        [XPG3].
        * conform/Makefile (test-xfail-XPG3/termios.h/conform): Remove
        variable.
        (test-xfail-XPG4/termios.h/conform): Likewise.

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

Summary of changes:
 ChangeLog                   |   13 +++++++++++++
 conform/Makefile            |    2 --
 conform/data/termios.h-data |    2 +-
 termios/termios.h           |    4 ++--
 4 files changed, 16 insertions(+), 5 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]