From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by sourceware.org (Postfix) with ESMTP id 2F7563858D34 for ; Thu, 2 Jul 2020 09:04:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2F7563858D34 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-462-28oDjEQ4OcSIwpDgeFmrdw-1; Thu, 02 Jul 2020 05:04:40 -0400 X-MC-Unique: 28oDjEQ4OcSIwpDgeFmrdw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 56157107ACF3 for ; Thu, 2 Jul 2020 09:04:39 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-158.ams2.redhat.com [10.36.112.158]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2890419C66 for ; Thu, 2 Jul 2020 09:04:39 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id C6C33A80705; Thu, 2 Jul 2020 11:04:37 +0200 (CEST) Date: Thu, 2 Jul 2020 11:04:37 +0200 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: Removing #ifdef __CYGWIN__ over _CS_* defines from sys/unistd.h Message-ID: <20200702090437.GT3499@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2020 09:04:43 -0000 Hi Eshan, On Jun 17 01:03, Eshan Dhawan via Newlib wrote: > Hello everyone, > I am Eshan, a GSOC 2020 student under RTEMS > I was trying to port Confstr() to RTEMS. > It requires _CS_* defines in unistd.h > the are under #ifdef __CYGWIN__ > Can this be removed? Sure! The comment in the #ifdef line should be a good hint ;) Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat