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/21622] [tile] missing SA_* for POSIX.1:2008


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

--- 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  9649350d2ee47fae00794d57e2526aa5d67d900e (commit)
      from  03feacb562650cc3d51e9e76cd97e80e648aad84 (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=9649350d2ee47fae00794d57e2526aa5d67d900e

commit 9649350d2ee47fae00794d57e2526aa5d67d900e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 21 17:35:24 2017 +0000

    Fix tile SA_* conditions for POSIX.1:2008 (bug 21622).

    As shown by conform/ tests once the remaining namespace issues are
    fixed, the tile bits/sigaction.h fails to declare SA_RESETHAND,
    SA_RESTART and SA_NODEFER for non-XSI POSIX.1:2008 as other versions
    do.  Those constants were moved from XSI to Base in the 2008 edition
    of POSIX.  This patch fixes the conditions to match other versions of
    this header.

    Tested (compilation only) for tilegx-linux-gnu with
    build-many-glibcs.py.

        [BZ #21622]
        * sysdeps/unix/sysv/linux/tile/bits/sigaction.h (SA_RESTART):
        Define for [__USE_UNIX98 || __USE_XOPEN2K8], not [__USE_UNIX98 ||
        __USE_MISC].
        (SA_NODEFER): Likewise.
        (SA_RESETHAND): Likewise.

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

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