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-Status: No, score=-4.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id AE1E41F4B4 for ; Sun, 18 Oct 2020 13:10:42 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 817A0386F804; Sun, 18 Oct 2020 13:10:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 817A0386F804 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1603026641; bh=QNCERSKaA8TUzdc2gv20BvxrccU0t6RnCwtivFyJA6g=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=oavOXV7mcmUworh7LSwzKqqoMY6nhzERjLAhNEUdTwuI33/CtQDmmHGFkyyz+pB8Z rNkQZZKzY8Kr1xn/VCMgG79WGWUH2+xvsgeeSBX6sBJmUKp1DnL8HyjHAqYoM5Mk1d /A6NS9Ozg58LgsnuEilKQoVvaDtduyVivuY/9eBs= Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) by sourceware.org (Postfix) with ESMTPS id A6CD83858024 for ; Sun, 18 Oct 2020 13:10:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A6CD83858024 Received: by mail-wr1-x442.google.com with SMTP id n6so8362902wrm.13 for ; Sun, 18 Oct 2020 06:10:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=QNCERSKaA8TUzdc2gv20BvxrccU0t6RnCwtivFyJA6g=; b=j/W13u4ccTs+y+MItB1WIH8nGVVbdoOwyZWtQj+IEG/w+N2WktJJzBPe+AI2awkl7r iiptR1IbwO3Adc/uHx8evUAMrCDxLgpHVHgu8Bc280dTIYqLQsFN3XqFwPQuj9XKKbUk naYGbydgl57z/b37qv0orB+lbECnKn4GKLPXntbHemD2jBMwfsn8s7EocNHYsmyXVq9Z 7ZNrNPDDiqyxLnhWdUASPTGQ1ivJEVQUesYkfCoATPHpkOliS8layvoEgDF/JM0XE9Tk 8ysgl+o80BCWUzbSURBXbMNgQP8ds+hb/ggsdjTubzniLRectDHrYfYtEAnePWes90oK cNZw== X-Gm-Message-State: AOAM530vk81rZQvuEQOu/bseyHdD51DP7WrBnaUQAVeEIoX1CeW71v4K 9DDr+xNfyJUe57Ut+th+cAFbfHTUU+w= X-Google-Smtp-Source: ABdhPJzGA0gLczkv6g1Huf3HcbUgXV7buZ9dvxSo89LCrb3138BX4odK6hTxOS0pu4GyNzB5qqJ7ig== X-Received: by 2002:a5d:5086:: with SMTP id a6mr14735803wrt.283.1603026634447; Sun, 18 Oct 2020 06:10:34 -0700 (PDT) Received: from [192.168.1.10] (static-176-175-73-29.ftth.abo.bbox.fr. [176.175.73.29]) by smtp.gmail.com with ESMTPSA id v8sm12378839wmb.20.2020.10.18.06.10.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 18 Oct 2020 06:10:33 -0700 (PDT) Subject: Re: [PATCH v2 2/3] system_data_types.7: Add 'clock_t' To: Alejandro Colomar References: <20201018094917.9293-1-colomar.6.4.3@gmail.com> Message-ID: <4f9d936f-3bdb-c450-75fd-6ba92396bf05@gmail.com> Date: Sun, 18 Oct 2020 15:10:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20201018094917.9293-1-colomar.6.4.3@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Michael Kerrisk \(man-pages\) via Libc-alpha" Reply-To: "Michael Kerrisk \(man-pages\)" Cc: linux-man@vger.kernel.org, libc-alpha@sourceware.org, mtk.manpages@gmail.com Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On 10/18/20 11:49 AM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar Thanks, Alex. Patch applied. Cheers, Michael > --- > man7/system_data_types.7 | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 > index 8a894b2e0..abc456f0b 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -85,6 +85,31 @@ See also: > .BR aio_write (3), > .BR lio_listio (3) > .RE > +.\"------------------------------------- clock_t ----------------------/ > +.TP > +.I clock_t > +.RS > +Include: > +.I > +or > +.IR . > +Alternatively, > +.IR . > +.PP > +Used for system time in clock ticks or > +.B CLOCKS_PER_SEC > +(defined in > +.IR ). > +According to POSIX, > +it shall be an integer type or a real-floating type. > +.PP > +Conforming to: > +C99 and later; POSIX.1-2001 and later. > +.PP > +See also: > +.BR times (2), > +.BR clock (3) > +.RE > .\"------------------------------------- div_t ------------------------/ > .TP > .I div_t > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/