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=-4.2 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 C827F1F453 for ; Fri, 3 May 2019 20:38:53 +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:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=Rrni vvJwD0Gx9NIiRHlRwbXdOfzG9RbX4qqAniaVZhPHvhvOYTb92f/ouqIK6lm63Bep LBPG9Z2qgbhXE7poJCYAFb1WJeXkw0A87rtPqjnI9/q/xNuMvFmNPZiye+ul66C0 xF8lqYBqBurSeNipBNNHBb/Q1wrxZEFxw7B/UR8= 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:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=b8GRbin4bJ c8lRDsLikuGtRoqIk=; b=G7kDWNmktG+k/B8JHC3lvELp2KVwyx7QfwfhyDedqS NHWM4ET/blIc5HFNpHYfcuob3DfWLVkAnr0SularFqGqUx9FRV8RkPd/6XlCfwSX IQUsxi16tZlnFbM/xHQ4u3hfEYutryCH1PovxEEVERGpwAAwgHIfq+Ix3j+v1Ffn c= Received: (qmail 60879 invoked by alias); 3 May 2019 20:38:51 -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 60870 invoked by uid 89); 3 May 2019 20:38:50 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: avasout02.plus.net X-CM-Score: 0.00 Date: Fri, 3 May 2019 21:38:44 +0100 From: Mike Crowe To: libc-alpha@sourceware.org Subject: Re: [PATCH 0/5] Add new helper functions+macros to libsupport and use them in some nptl tests Message-ID: <20190503203844.7tjaxmwdw3przndr@mcrowe.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) On Thursday 02 May 2019 at 21:54:30 +0100, Mike Crowe wrote: > In preparation for adding support for the _clockwait family of > functions, modify various tests to: > > 1. use struct timespec rather than struct timeval > > 2. use libsupport. > > This requires adding a new support/timespec.h and support/xtime.h > containing helper functions and macros along with timespec_sub and > timespec_add implementations from gnulib. > > Thanks to Adhemerval Zanella for providing lots of help and advice > with these patches. This series should have been marked PATCHv3 in the subject lines. Sorry. :( Mike.