]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move vtimes to a compatibility symbol
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 16 Oct 2020 17:51:40 +0000 (14:51 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 19 Oct 2020 19:44:20 +0000 (16:44 -0300)
commitab5ee31e14b2d8cae07710901ed8121941fa4f90
tree67f72d47978619249250771e58fca14d21a2a551
parent75c4044b9a49faaeec245cc3a79a390dde7c804e
Move vtimes to a compatibility symbol

I couldn't pinpoint which standard has added it, but no other POSIX
system supports it and/or no longer provide it.  The 'struct vtimes'
also has a lot of drawbacks due its limited internal type size.

I couldn't also see find any project that actually uses this symbol,
either in some dignostic way (such as sanitizer).  So I think it should
be safer to just move to compat symbol, instead of deprecated.  The
idea it to avoid new ports to export such broken interface (riscv32
for instance).

Checked on x86_64-linux-gnu and i686-linux-gnu.
NEWS
include/sys/vtimes.h [deleted file]
manual/resource.texi
resource/Makefile
resource/sys/vtimes.h [deleted file]
resource/vtimes.c
sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist