From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 7CCAA3840C0B; Thu, 30 Jul 2020 13:27:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CCAA3840C0B 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/azanella/y2038] Move ftime to a compatibility symbol X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/y2038 X-Git-Oldrev: 465660c386e35317ad5cf402f5627f4e3fc45c8f X-Git-Newrev: 9b950ec0cc1b6f496c5389217422540cc114f850 Message-Id: <20200730132749.7CCAA3840C0B@sourceware.org> Date: Thu, 30 Jul 2020 13:27:49 +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: Thu, 30 Jul 2020 13:27:49 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9b950ec0cc1b6f496c5389217422540cc114f850 commit 9b950ec0cc1b6f496c5389217422540cc114f850 Author: Adhemerval Zanella Date: Fri Jul 24 13:42:01 2020 -0300 Move ftime to a compatibility symbol It was made deprecated on 2.31, so it moves to compat symbol after two releases. Checked on x86_64-linux-gnu and i686-linux-gnu. Diff: --- include/sys/timeb.h | 1 - time/Makefile | 5 +++-- time/ftime.c | 19 +++++++++++++++-- time/sys/timeb.h | 44 --------------------------------------- time/tst-ftime.c | 59 +++++++++++++++++++++++++++-------------------------- 5 files changed, 50 insertions(+), 78 deletions(-) diff --git a/include/sys/timeb.h b/include/sys/timeb.h deleted file mode 100644 index 9f4509c35e..0000000000 --- a/include/sys/timeb.h +++ /dev/null @@ -1 +0,0 @@ -#include