[Bug libc/21552] XPG4 bsd_signal namespace
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Mon Jun 12 17:41:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21552
--- 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 9527ae8291dbc6097f4f93c4ccce69b577f8a261 (commit)
from a0f8b1152040d2652cdeb741ac586c95221dc5f0 (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=9527ae8291dbc6097f4f93c4ccce69b577f8a261
commit 9527ae8291dbc6097f4f93c4ccce69b577f8a261
Author: Joseph Myers <joseph@codesourcery.com>
Date: Mon Jun 12 17:39:47 2017 +0000
Fix XPG4 bsd_signal namespace (bug 21552).
bsd_signal was added in XPG4.2, so should be declared for
__USE_XOPEN_EXTENDED, instead of the present __USE_XOPEN condition.
This patch fixes the condition accordingly.
Tested for x86_64.
[BZ #21552]
* signal/signal.h (bsd_signal): Declare if [__USE_XOPEN_EXTENDED],
not [__USE_XOPEN].
* conform/Makefile (test-xfail-XPG4/signal.h/conform): Remove.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
conform/Makefile | 1 -
signal/signal.h | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list