]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move ftime to a compatibility symbol
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 24 Jul 2020 16:42:01 +0000 (13:42 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 16 Oct 2020 17:19:23 +0000 (14:19 -0300)
commit14633d3e568eb9770a7e5046eff257113e0453fb
treeee6ab6aabc91d2c0ac1bf5a349a00fffd19d5e8a
parent01f33a9acc8f02ae6a6dd1efe366c28c825af8a8
Move ftime to a compatibility symbol

It was made deprecated on 2.31, so it moves to compat symbol after
two releases.  It was also removed from exported symbol for riscv32
(since ABI will be supported on for 2.33).

Checked on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
include/sys/timeb.h [deleted file]
sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist
time/Makefile
time/ftime.c
time/sys/timeb.h [deleted file]
time/tst-ftime.c