summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2003-10-02 18:30:15 +0000
committerKen Smith <kensmith@FreeBSD.org>2003-10-02 18:30:15 +0000
commit9afe2022ac016fea71295895fb5071f6802f201a (patch)
treea677cc9167d6f69b1b97e4d9ab1b7ff0125ca13f /lib/libpthread
parent8b7358ca435297c386e8005a77868308bb124e1d (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_mutex_init.32
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 fe491d939b48..b0f232fe0931 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 ,