mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:
- Remove error code that can't be returned (and original description was not proper English) PR: docs/57434
This commit is contained in:
parent
8aa55d8126
commit
e09cec395d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123997
@ -64,8 +64,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 ,
|
||||
|
@ -64,8 +64,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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user