From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105855 invoked by alias); 2 Sep 2017 23:51:02 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 105845 invoked by uid 89); 2 Sep 2017 23:51:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_NEUTRAL,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] sysdeps/generic/sigsetops.h: Remove spurious #endif Date: Sat, 02 Sep 2017 23:51:00 -0000 Message-Id: <20170902235051.26249-1-samuel.thibault@ens-lyon.org> X-SW-Source: 2017-09/txt/msg00125.txt.bz2 --- ChangeLog | 4 ++++ sysdeps/generic/sigsetops.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e8d9a5d54..ba48df083d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-09-03 Samuel Thibault + + * sysdeps/generic/sigsetops.h: Remove spurious #endif. + 2017-09-01 Joseph Myers * manual/math.texi (pow10): Do not document. diff --git a/sysdeps/generic/sigsetops.h b/sysdeps/generic/sigsetops.h index e8e5553981..ea2c5b5767 100644 --- a/sysdeps/generic/sigsetops.h +++ b/sysdeps/generic/sigsetops.h @@ -50,7 +50,6 @@ *(dest) = *(left) | *(right); \ (void)0; \ })) -#endif /* These macros needn't check for a bogus signal number; checking is done in the non-__ versions. */ -- 2.14.1