getrusage.2: Note that the 'vtimes' symbol exists only up to glibc 2.32

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-25 23:42:44 +01:00
parent 36ded6fe89
commit 6e94330a07
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ Ancient systems provided a
.BR vtimes ()
function with a similar purpose to
.BR getrusage ().
For backward compatibility, glibc also provides
For backward compatibility, glibc (up until version 2.32) also provides
.BR vtimes ().
All new applications should be written using
.BR getrusage ().