From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80524 invoked by alias); 4 Jul 2019 13:25:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 80515 invoked by uid 89); 4 Jul 2019 13:25:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:115 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 04 Jul 2019 13:25:18 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8E7038139A; Thu, 4 Jul 2019 15:25:13 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F-LVdM1Zde2N; Thu, 4 Jul 2019 15:25:13 +0200 (CEST) Received: from chelles.act-europe.fr (chelles.act-europe.fr [IPv6:2a02:2ab8:224:1:d6be:d9ff:fef8:4565]) by smtp.eu.adacore.com (Postfix) with ESMTP id 6CDF881398; Thu, 4 Jul 2019 15:25:13 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 68FD51EA1714; Thu, 4 Jul 2019 15:25:13 +0200 (CEST) Date: Thu, 04 Jul 2019 14:18:00 -0000 From: Arnaud Charlet To: Matthias Klose Cc: James Clarke , gcc-patches@gcc.gnu.org, James Clarke Subject: Re: [PATCH] [Ada] Make clockid_t type public on GNU/kFreeBSD Message-ID: <20190704132513.GA24035@adacore.com> References: <20190703223514.65803-1-jrtc27@debian.org> <20190704065045.GA18833@adacore.com> <6e07e234-c73e-4a52-60fb-aa8401e578d6@ubuntu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6e07e234-c73e-4a52-60fb-aa8401e578d6@ubuntu.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2019-07/txt/msg00378.txt.bz2 > checked in. Ok for the gcc-9 branch as well? Yes.