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/21445] signal.h bsd_signal namespace


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

--- 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  4c3992fc459322a7c712700ba3244fcb125163d7 (commit)
      from  fd9f30f6f9b266405d88eb11b1f8793451629125 (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=4c3992fc459322a7c712700ba3244fcb125163d7

commit 4c3992fc459322a7c712700ba3244fcb125163d7
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu May 4 17:38:05 2017 +0000

    Fix signal.h bsd_signal namespace (bug 21445).

    signal.h declares bsd_signal for __USE_XOPEN.  But this function was
    obsoleted in the 2001 edition of POSIX and removed in the 2008
    edition, so it should not be declared when the 2008 edition is in use.
    This patch fixes the conditionals accordingly.  (This does not fix any
    conform/ test failures because of other namespace issues in signal.h.)

    Tested for x86_64.

        [BZ #21445]
        * signal/signal.h [__USE_XOPEN2K8] (bsd_signal): Do not declare.

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

Summary of changes:
 ChangeLog       |    3 +++
 signal/signal.h |    2 +-
 2 files changed, 4 insertions(+), 1 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]