Removed pthread(3) references to non-existant pthread related manpages.
I discussed this with Jason Evans and he's put these on his to-do list. PR: 16537 Submitted by: AnarCat <beaupran@iro.umontreal.ca> Approved by: jasone
This commit is contained in:
parent
efc9260cda
commit
faf23457e0
@ -224,6 +224,39 @@ links a threaded process against
|
||||
.Fa libc_r
|
||||
instead of
|
||||
.Fa libc.
|
||||
.Sh SEE ALSO
|
||||
.Xr pthread_create 3 ,
|
||||
.Xr pthread_detach 3 ,
|
||||
.Xr pthread_equal 3 ,
|
||||
.Xr pthread_exit 3 ,
|
||||
.Xr pthread_join 3 ,
|
||||
.Xr pthread_once 3 ,
|
||||
.Xr pthread_self 3 ,
|
||||
.Xr pthread_mutex_destroy 3 ,
|
||||
.Xr pthread_mutex_init 3 ,
|
||||
.Xr pthread_mutex_lock 3 ,
|
||||
.Xr pthread_mutex_trylock 3 ,
|
||||
.Xr pthread_mutex_unlock 3 ,
|
||||
.Xr pthread_cond_broadcast 3 ,
|
||||
.Xr pthread_cond_destroy 3 ,
|
||||
.Xr pthread_cond_init 3 ,
|
||||
.Xr pthread_cond_signal 3 ,
|
||||
.Xr pthread_cond_timedwait 3 ,
|
||||
.Xr pthread_cond_wait 3 ,
|
||||
.Xr pthread_rwlock_destroy 3 ,
|
||||
.Xr pthread_rwlock_init 3 ,
|
||||
.Xr pthread_rwlock_rdlock 3 ,
|
||||
.Xr pthread_rwlock_unlock 3 ,
|
||||
.Xr pthread_rwlock_wrlock 3 ,
|
||||
.Xr pthread_rwlockattr_destroy 3 ,
|
||||
.Xr pthread_rwlockattr_getpshared 3 ,
|
||||
.Xr pthread_rwlockattr_init 3 ,
|
||||
.Xr pthread_rwlockattr_setpshared 3 ,
|
||||
.Xr pthread_key_delete 3 ,
|
||||
.Xr pthread_getspecific 3 ,
|
||||
.Xr pthread_setspecific 3 ,
|
||||
.Xr pthread_cleanup_pop 3 ,
|
||||
.Xr pthread_cleanup_push 3
|
||||
.Sh STANDARDS
|
||||
The functions in
|
||||
.Fa libc_r
|
||||
|
Loading…
x
Reference in New Issue
Block a user