From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 447201F463 for ; Wed, 25 Sep 2019 13:07:43 +0000 (UTC) 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:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=CkMMD0G1wwtreBGywjUM1KXG4l8swER1FhjaXDbr3wl PsvpDe5bIW5GSM7moV4ior/Pi3G66Uc806tvqc6eSIwWivPLWXNLv3Kom46ajdEd ng0uzR+Kp+EZiZKO4oNKM/kz0unYT9h3jHw5uAHQN58X3ILVQ1RJiGrAKzO5xgJU = 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:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=Afk+ECBhU7rW+r9Ks04aVS6258U=; b=U/KZvPOFJtYYrK1gP xNrPwjuYK/2npGU4ymgrJcBjBdDAbqqYmwmd6tiIwf9nt1+Fj3ehnvlxoYkGlVAM lfta5KpuOQPznZl6Ep28t5RQIEFymYWQuj4imDOtDzxzrg4uupJ3bFikv7PxjcjG /rpUdbZ6hhgBgl8GDbZveUDlIs= Received: (qmail 65943 invoked by alias); 25 Sep 2019 13:07:41 -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 Received: (qmail 65933 invoked by uid 89); 25 Sep 2019 13:07:41 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailout.enyo.de From: Florian Weimer To: Lukasz Majewski Cc: Joseph Myers , Alistair Francis , Alistair Francis , Zack Weinberg , Arnd Bergmann , GNU C Library , Adhemerval Zanella , Florian Weimer , Carlos O'Donell , Stepan Golosunov Subject: Re: [PATCH v8 1/3] y2038: Introduce internal for glibc struct __timespec64 References: <20190918211603.8444-1-lukma@denx.de> <20190918211603.8444-2-lukma@denx.de> <87k19wtukn.fsf@mid.deneb.enyo.de> <20190925150611.57abe794@jawa> Date: Wed, 25 Sep 2019 15:07:29 +0200 In-Reply-To: <20190925150611.57abe794@jawa> (Lukasz Majewski's message of "Wed, 25 Sep 2019 15:06:11 +0200") Message-ID: <87wodwsewe.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable * Lukasz Majewski: >> Please fix the subject before committing. A word seems to be missing >> after =E2=80=9Cinternal=E2=80=9D. Thanks. > > Is the below version more acceptable? > > "y2038: Introduce struct __timespec64 - new internal glibc type" Yes, looks fine to me.