diff options
Diffstat (limited to 'lib/libc_r/man/pthread_mutex_lock.3')
-rw-r--r-- | lib/libc_r/man/pthread_mutex_lock.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_mutex_lock.3 b/lib/libc_r/man/pthread_mutex_lock.3 index 7636772..564cd67 100644 --- a/lib/libc_r/man/pthread_mutex_lock.3 +++ b/lib/libc_r/man/pthread_mutex_lock.3 @@ -67,6 +67,6 @@ A deadlock would occur if the thread blocked waiting for .Xr pthread_mutex_destroy 3 .Sh STANDARDS .Fn pthread_mutex_lock -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. |