From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110830 invoked by alias); 26 Jun 2018 17:03:30 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 110818 invoked by uid 89); 26 Jun 2018 17:03:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH] time: Define _STRUCT_TIMESPEC in From: Florian Weimer To: GNU C Library References: <20180621064654.2D7DA4289B0D0@oldenburg.str.redhat.com> <21e4d5b7-f883-4722-0dcc-5e4228720fac@redhat.com> Message-ID: <7eb9ecf1-6f4d-deca-ee94-6604947378ad@redhat.com> Date: Tue, 26 Jun 2018 17:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <21e4d5b7-f883-4722-0dcc-5e4228720fac@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00811.txt.bz2 On 06/21/2018 01:24 PM, Florian Weimer wrote: > 2018-06-21 Florian Weimer > > * time/bits/types/struct_timespec.h (_STRUCT_TIMESPEC): Define. > > diff --git a/time/bits/types/struct_timespec.h b/time/bits/types/struct_timespec.h > index 644db9fdb6..5b77c52b4f 100644 > --- a/time/bits/types/struct_timespec.h > +++ b/time/bits/types/struct_timespec.h > @@ -1,5 +1,6 @@ > -#ifndef __timespec_defined > -#define __timespec_defined 1 > +/* NB: Include guard matches what uses. */ > +#ifndef _STRUCT_TIMESPEC > +#define _STRUCT_TIMESPEC 1 > > #include Ping? Thanks, Florian