From 9527ae8291dbc6097f4f93c4ccce69b577f8a261 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 12 Jun 2017 17:39:47 +0000 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a066151215..f36fa0ee0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2017-06-12 Joseph Myers + [BZ #21552] + * signal/signal.h (bsd_signal): Declare if [__USE_XOPEN_EXTENDED], + not [__USE_XOPEN]. + * conform/Makefile (test-xfail-XPG4/signal.h/conform): Remove. + [BZ #21550] * signal/signal.h (sigwait): Only declare if [__USE_POSIX199506]. -- cgit v1.2.3