From a00d9cda6226f401bd553203eb5b2b5b913f18c2 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Tue, 31 Jan 2006 01:47:16 +0000 Subject: [PATCH] Does not return EBUSY, the mutex will keep blocking until it's unlocked. --- share/man/man3/pthread_mutex_lock.3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/man/man3/pthread_mutex_lock.3 b/share/man/man3/pthread_mutex_lock.3 index 51df4af2751f..10183e2f77d0 100644 --- a/share/man/man3/pthread_mutex_lock.3 +++ b/share/man/man3/pthread_mutex_lock.3 @@ -58,10 +58,6 @@ The .Fn pthread_mutex_lock function will fail if: .Bl -tag -width Er -.It Bq Er EBUSY -Currently -.Fa mutex -is locked by another thread. .It Bq Er EINVAL The value specified by .Fa mutex