From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126444 invoked by alias); 13 Nov 2017 15:46:22 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 126426 invoked by uid 89); 13 Nov 2017 15:46:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.6 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=sk:corinna X-HELO: drew.franken.de Received: from mail-n.franken.de (HELO drew.franken.de) (193.175.24.27) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Nov 2017 15:46:20 +0000 Received: from aqua.hirmke.de (aquarius.franken.de [193.175.24.89]) (Authenticated sender: aquarius) by mail-n.franken.de (Postfix) with ESMTPSA id 04914721E2830 for ; Mon, 13 Nov 2017 16:46:17 +0100 (CET) Received: from calimero.vinschen.de (calimero.vinschen.de [192.168.129.6]) by aqua.hirmke.de (Postfix) with ESMTP id 5749F5E087A for ; Mon, 13 Nov 2017 16:46:16 +0100 (CET) Received: by calimero.vinschen.de (Postfix, from userid 500) id 4B3C5A8097D; Mon, 13 Nov 2017 16:46:16 +0100 (CET) From: Corinna Vinschen To: newlib@sourceware.org Subject: [PATCH 2/6] newlib: ctype.h: Remove empty #if block Date: Mon, 13 Nov 2017 15:46:00 -0000 Message-Id: <20171113154616.25189-3-vinschen@redhat.com> In-Reply-To: <20171113154616.25189-1-vinschen@redhat.com> References: <20171113154616.25189-1-vinschen@redhat.com> X-IsSubscribed: yes X-SW-Source: 2017/txt/msg01107.txt.bz2 From: Corinna Vinschen Signed-off-by: Corinna Vinschen --- newlib/libc/include/ctype.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/newlib/libc/include/ctype.h b/newlib/libc/include/ctype.h index 06458cbda47a..12b626281d59 100644 --- a/newlib/libc/include/ctype.h +++ b/newlib/libc/include/ctype.h @@ -156,9 +156,6 @@ const char *__locale_ctype_ptr_l (locale_t); # endif /* _MB_EXTENDED_CHARSETS* */ # endif /* __GNUC__ */ -#if __POSIX_VISIBLE >= 200809 -#endif /* __POSIX_VISIBLE >= 200809 */ - #endif /* !__cplusplus */ /* For C++ backward-compatibility only. */ -- 2.9.5