1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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.
This commit is contained in:
Adhemerval Zanella
2020-10-16 14:51:40 -03:00
parent 75c4044b9a
commit ab5ee31e14
7 changed files with 48 additions and 135 deletions

View File

@ -1839,7 +1839,6 @@ GLIBC_2.33 vsscanf F
GLIBC_2.33 vswprintf F
GLIBC_2.33 vswscanf F
GLIBC_2.33 vsyslog F
GLIBC_2.33 vtimes F
GLIBC_2.33 vwarn F
GLIBC_2.33 vwarnx F
GLIBC_2.33 vwprintf F