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/21597] siginterrupt namespace


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

--- 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  ed8cfb00c2fc291da1cece028bcdb05b2f4dd372 (commit)
      from  21f8859dd08fd231198eda4095061837d527b926 (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=ed8cfb00c2fc291da1cece028bcdb05b2f4dd372

commit ed8cfb00c2fc291da1cece028bcdb05b2f4dd372
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jun 19 12:18:46 2017 +0000

    Fix siginterrupt namespace (bug 21597).

    The siginterrupt function is XSI-shaded in POSIX.  glibc wrongly
    declares it in <signal.h> for non-XSI POSIX.1:2008.  This patch fixes
    the conditionals (moving it into the __USE_XOPEN_EXTENDED ||
    __USE_MISC block as the minimum conservative change, although it's not
    clear this obsolescent function should be declared by default).

    Tested for x86_64.

        [BZ #21597]
        * signal/signal.h (siginterrupt): Make declaration conditional on
        [__USE_XOPEN_EXTENDED || __USE_MISC].

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

Summary of changes:
 ChangeLog       |    4 ++++
 signal/signal.h |   10 +++++-----
 2 files changed, 9 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]