From patchwork Sat Sep 2 23:50:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 809176 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-84127-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="Wj8YUjrk"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xlCYW0m6Mz9sRY for ; Sun, 3 Sep 2017 09:51:10 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=Eq2aIe0/Gv7vuxePMCx16tiPwdgGDelBoEkWwNy+QEW+bwwvqO/i7 baVa03vjyXWTMT8OsS5+0GeQCPA4YpQqYC6SqgQKhM6CPzMYSIeRI7pujde7MkWB 6HnDhSBWy6BzdQA3p/jJQEZMLUDuvPJBNf+9aCEHoqSET/zv2Yr7Mc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; s=default; bh=4Ed2va9bvEvSiJxOmZfnj4MACUc=; b=Wj8YUjrkRsmOZfLfzldfeoaGgwLo UeE5dAfFhZvzRnS7o/PpYioiB2GZA74DJJ3+JR3NW59lJeoAQpjxd4lh6zYAu/Vo SdOMxYbg9bn5MhM1uXnXjS/7Zh1kv8Y5Wtvh8u27pt/bFfWAZfh8gaqJxzdroqx9 8McYxPUPro543b4= 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-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@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: Sun, 3 Sep 2017 01:50:51 +0200 Message-Id: <20170902235051.26249-1-samuel.thibault@ens-lyon.org> --- 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. */