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 9BCF51F461 for ; Wed, 28 Aug 2019 17:15: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:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=Wn/Q8 kmcXgYQOjKGXOGJ43OwOFofyEN0iiNUsI+1kp2XQeQf6rnT9AVaFv5MBqawFPDPa hU2p1gkJFdjTiNc5GMVlNCS3Sn4ZlcZq4nFE1rPw2jau1QR6suCXDQuqYOrOVArI YzLL7yOPot1VkqJSNsgzi0z8oRmtl3kj48l02A= 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:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=R1hHxiMSg1P NjHdRWbfgjHNDUho=; b=T7uXBahZ7DYGs6o/xkKXct3EArMDvzRXT4jVFlYcDye UcjuqbC1bc0ozxnG+CxDZh1YDF7NucsN11Zqc54dZsI6IKUBHqCrbpITCsyKTiRF Mq4XI/oiDGClvAX2jevhXM25l4yEZE+Sx9eXmcPN5ZlVbdAwfGPAbzROm3HMIS7Y = Received: (qmail 110583 invoked by alias); 28 Aug 2019 17:15: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 110574 invoked by uid 89); 28 Aug 2019 17:15:50 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa3.mentor.iphmx.com IronPort-SDR: l+4uJ4QqmF3Lvyg+7jUAR7k9c9GChpsh4fqOBoprHbm9KLUmEHL6k6uueAAE2pFeaxx7H387GX FySjjKGq59shvWEAjQ8LB7GHaAubvMV9ByoN+yq7yyUXEBUFpBH/5WhC/KdhdACls7USfvMFcX 12kIYFngEM9MEvLvwFsMzRGmALspO7PzSSmY1xDKJF1j8kRiSxCntQ2IkoCVeTCCIDwcA1wDmf LxwqsLDv9bEb6TWslTKaD6zSxPyFf3HUXOSqtkUauMNpah1wtlFYe+KJhc4UjSha7wm5PYeDku Qxc= IronPort-SDR: euzeX98N7b5uyGu9xoHPTZPB7zjTLK3x8HtnMBZJvzOfH7JQmq0QsGjhPC1eUpBItxzjIaXnNX E237jUztkytwdzKKQ8trx5BW/EwsRSAJKIA/sR5vEfn9zqZKBNKx8szYnyfpU8nhdf6IvKIFit NxSGcn0RNAlj2w+h7Gb0MDZgEgzz1kKAoJgPTNEFHqwlb65dmhf+OECwcazA+KCvc45n76zysJ TB0CiGTApB6vi4YplM8y4gH4yO8JsjQP1OyQvyPUWTDz+Prw8T4rSWF7w9RXuMZ0kOCPclo2ye eRo= Date: Wed, 28 Aug 2019 17:15:38 +0000 From: Joseph Myers To: Zack Weinberg CC: , Florian Weimer , Lukasz Majewski , Alistair Francis , Stepan Golosunov , Arnd Bergmann , Adhemerval Zanella , Samuel Thibault Subject: Re: [PATCH v2 00/10] Y2038 preparation: use clock_[gs]ettime to implement the other time-getting and -setting functions. In-Reply-To: <20190828153236.18229-1-zackw@panix.com> Message-ID: References: <20190828153236.18229-1-zackw@panix.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Wed, 28 Aug 2019, Zack Weinberg wrote: > - The obsolete functions ftime and stime are no longer available to > new binaries. The header is no longer installed. It might be advisable to see if this affects the build of libsanitizer, and alert sanitizer maintainers if so. (There appear to be sanitizer interceptors for ftime and stime, and an include of .) After comments at last year's Cauldron about glibc API changes breaking sanitizers and language libraries such as libgo, I added a --full-gcc option to build-many-glibcs.py with the hope that the people raising such issues would set up bots to monitor for them, but I don't think anyone has set up such a bot (and there were a series of pre-existing build issues using that option, as well as the need to have a new-enough native Ada compiler in the PATH when using it). -- Joseph S. Myers joseph@codesourcery.com