From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40269 invoked by alias); 12 Feb 2020 01:02:50 -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 40261 invoked by uid 89); 12 Feb 2020 01:02:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy= X-HELO: esa1.mentor.iphmx.com IronPort-SDR: 7NL/1vD4m3qKH5qwyU2Da5ADcLicrhVcpalTZygMMielciTRKLwqCp1PuKRwbOzppHBQUgvkR9 CrNp39OLHCYn2xUBsz0k48Tl3yrWDywPmOik48FIndTeq/++0KeG+/fJzE6Q6KbBFwCYtDFjx3 RvG9vcSO+hV+woqVe9uU1UnussnK6my1XCgtoOmnBlp2Hxj/2Ir2IJ8vQVaR4+8Y29Vtbu0Os7 +5ixE5fGcAgvtg3jClPzA+VY2EteErWCeYCQQLc1UeFazf8D1p0UVOzk3WcydZoTMAHJaLkLcf NsE= IronPort-SDR: qG9xWGm6Rnnjx4MPa/LOjaJRmDy6Uyj1O45SwpCFrTcgUuIxNLNDAQdMTaHcLE9d9VbnedNZRJ 0Oz+Ns3T5oNn9jmwBzxiyKosWTKE6F04Nbk++00A/f40lQzjUBMyslYmcuvNF6XZvyRnddJfx8 Pnt0JYFsfyKbb7k7u22UgWA9WcXu+nL7qbt6Jf5IFd1H0B8UAyTKl0s8CfLAf17IumWO4uhZTh ZMm8//JIhgGNCi7zcTlmEOX/rJnBqN/rjB6TAD9emAtpH15NcbQbtGAdW3aK+R8G6wuMMjOhG9 NQ8= Date: Wed, 12 Feb 2020 01:02:00 -0000 From: Joseph Myers To: J William Piggott CC: Subject: Re: settimeofday breakage In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-Path: joseph@codesourcery.com X-SW-Source: 2020-02/txt/msg00441.txt.bz2 On Tue, 11 Feb 2020, J William Piggott wrote: > > > Once POSIX does remove the symbol, we can remove its definition from > > > default visibility > > > > I don't see that being appropriate for a very long time. > > > > That was regarding gettimeofday, but should apply equally to > settimeofday. gettimeofday is used by very many applications that want the current time with more precision than seconds (but for which microseconds are good enough). settimeofday is used by very few applications (getting the current time is an unprivileged operation, much more common than changing it). The cases are quite different. -- Joseph S. Myers joseph@codesourcery.com