From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 1B9ED3858D37; Tue, 27 Oct 2020 13:44:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B9ED3858D37 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] Remove NEWS entry about ftime removal X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: 5d8aa97da2332a818579bbb24880f9d44715448a X-Git-Newrev: 0ce51bef34e1edde9f60ccd6d9d70c56020d9d21 Message-Id: <20201027134447.1B9ED3858D37@sourceware.org> Date: Tue, 27 Oct 2020 13:44:47 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2020 13:44:47 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0ce51bef34e1edde9f60ccd6d9d70c56020d9d21 commit 0ce51bef34e1edde9f60ccd6d9d70c56020d9d21 Author: Adhemerval Zanella Date: Tue Oct 27 10:43:37 2020 -0300 Remove NEWS entry about ftime removal Now that it was reinstate with 30a0b167d3. Diff: --- NEWS | 5 ----- 1 file changed, 5 deletions(-) diff --git a/NEWS b/NEWS index 312c22c7c1..4307c4b1b0 100644 --- a/NEWS +++ b/NEWS @@ -37,11 +37,6 @@ Deprecated and removed features, and other changes affecting compatibility: implementations from HWCAP subdirectories are no longer loaded. Instead, the default implementation is used. -* The deprecated header and the ftime function have been - removed. To support old binaries, the ftime function continues to exist - as a compatibility symbol (on those architectures which had it). All - programs should use gettimeofday or clock_gettime instead. - * The deprecated header and the function vtimes have been removed. To support old binaries, the vtimes function continues to exist as a compatibility symbol. Applications should use the getrlimit or