From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 1BAEE38582B0 for ; Mon, 7 Aug 2023 14:10:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1BAEE38582B0 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691417418; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=x329Jwnn65t3R7wiv8KMF6UeV2MQx1egPf1WP/4ji6c=; b=iDx/Is8YPwf8Uxs/VfVtQ3arl6//fIDf7T3FIAmLb7jtHKknoWmUDZV/pO2TPIuV9N4cBm wtb15x02vsjkbTD5XbGS+75TQO83JtAQvb6Q0kSV7/LCuT3IMh/WQY5QRoRhP2J/fzW4X0 Ou6XRQdJIb7dj/xIJwO1ov4gjt8m7S0= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-221-ErfENz9HMemi-oSIyL7vUg-1; Mon, 07 Aug 2023 10:10:15 -0400 X-MC-Unique: ErfENz9HMemi-oSIyL7vUg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 371572999B2F; Mon, 7 Aug 2023 14:10:15 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.193.241]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 151991121315; Mon, 7 Aug 2023 14:10:15 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id B5A7AA80A3C; Mon, 7 Aug 2023 16:10:13 +0200 (CEST) Date: Mon, 7 Aug 2023 16:10:13 +0200 From: Corinna Vinschen To: Sebastian Huber Cc: newlib@sourceware.org Subject: Re: [PATCH 2/2] sys/cdefs.h: fix for use __restrict in C++ Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Sebastian Huber , newlib@sourceware.org References: <20230807092825.24459-1-sebastian.huber@embedded-brains.de> <20230807092825.24459-3-sebastian.huber@embedded-brains.de> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 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=-5.1 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_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Aug 7 15:35, Sebastian Huber wrote: > On 07.08.23 15:15, Corinna Vinschen wrote: > > This doesn't exist in FreeBSD, though. Do you think it's ok to add it to > > our cdefs.h, nevertheless? > > It is good to have glibc and FreeBSD compatibility from my point of view, so > we should also add this __restrict_arr. Thanks, I hope my just pused version is ok. Corinna