]> git.ipfire.org Git - thirdparty/glibc.git/commit
Reinstate ftime and add deprecate message on ftime usage
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 19 Oct 2020 12:35:58 +0000 (09:35 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 27 Oct 2020 12:54:13 +0000 (09:54 -0300)
commit30a0b167d347dd80807d167ee85bf58264fb8b76
treee14269caa56674542161206bf5fe8861c618163c
parent6f21b0c5edcdb36a8b094f2c2a2365d73caeeb72
Reinstate ftime and add deprecate message on ftime usage

This patch revert "Move ftime to a compatibility symbol" (commit
14633d3e568eb9770a7e5046eff257113e0453fb).

Checked on x86_64-linux-gnu and i686-linux-gnu.
include/sys/timeb.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist
time/Makefile
time/ftime.c
time/sys/timeb.h [new file with mode: 0644]
time/tst-ftime.c