pthread_mutex_consistent.3: Add VERSIONS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-12 14:04:40 +02:00
parent abdad18584
commit 5214dd2066
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ Otherwise, an error value is returned to indicate the error.
.TP
.B EINVAL
The mutex is either not robust or it is not in a inconsistent state.
.SH VERSIONS
.BR pthread_mutex_consistent ()
was added to glibc in version 2.12.
.SH CONFORMING TO
POSIX.1-2008.
.SH SEE ALSO