diff options
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_init.3')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_init.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index fe491d9..b0f232f 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -63,8 +63,6 @@ The value specified by is invalid. .It Bq Er ENOMEM The process cannot allocate enough memory to create another mutex. -.It Bq Er EAGAIN -The temporarily lacks the resources to create another mutex. .El .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , |