pthread_tryjoin_np.3: Add some details to EINVAL error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-07 12:34:02 +01:00
parent e7e39a14c3
commit 305965f51e
1 changed files with 5 additions and 1 deletions

View File

@ -106,7 +106,11 @@ terminated.
.TP
.BR EINVAL
.I abstime
value is invalid.
value is invalid
.RI ( tv_sec
is less than 0 or
.IR tv_nsec
is greater than 1e9).
.PP
.BR pthread_timedjoin_np ()
never returns the error