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/20076] sys/stat.h missing S_IFSOCK, S_ISSOCK for XPG4


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

--- 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  9ff81856dbbbcedb63de546d10dc1cdaeb982a6b (commit)
      from  b098852ac2664e7857387c2071439e1473e6e899 (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=9ff81856dbbbcedb63de546d10dc1cdaeb982a6b

commit 9ff81856dbbbcedb63de546d10dc1cdaeb982a6b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 17 15:50:00 2016 +0000

    Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076).

    sys/stat.h should define S_IFSOCK and S_ISSOCK for XPG4 (XNS), but
    does not.  This patch corrects the relevant header conditionals.

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

        [BZ #20076]
        * io/sys/stat.h (S_IFSOCK): Define for [__USE_XOPEN_EXTENDED]
        instead of [__USE_UNIX98].
        (S_ISSOCK): Likewise.
        * conform/Makefile (test-xfail-XPG4/sys/stat.h/conform): Remove
        variable.

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

Summary of changes:
 ChangeLog        |    7 +++++++
 conform/Makefile |    1 -
 io/sys/stat.h    |    4 ++--
 3 files changed, 9 insertions(+), 3 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]