glibc/resource
Adhemerval Zanella ab5ee31e14 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.
2020-10-19 16:44:20 -03:00
..
bits/types Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sys Move vtimes to a compatibility symbol 2020-10-19 16:44:20 -03:00
bug-ulimit1.c * resource/Makefile (tests): Add bug-ulimit1. 2008-10-31 17:33:50 +00:00
getpriority.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getrlimit.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getrlimit64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getrusage.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile Move vtimes to a compatibility symbol 2020-10-19 16:44:20 -03:00
nice.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
setpriority.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
setrlimit.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
setrlimit64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-getrlimit.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ulimit.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ulimit.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions Fix pthreads getrlimit, gettimeofday namespace (bug 17682). 2014-12-06 23:40:48 +00:00
vlimit.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
vtimes.c Move vtimes to a compatibility symbol 2020-10-19 16:44:20 -03:00