pthread_once --> pthread_once_t.

This commit is contained in:
Jason Evans 2000-07-19 16:38:07 +00:00
parent 68a02ce10d
commit c1110eb673
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
.Sh SYNOPSIS
.Fd #include <pthread.h>
.Pp
pthread_once
pthread_once_t
.Fa once_control
= PTHREAD_ONCE_INIT;
.Ft int

View File

@ -41,7 +41,7 @@
.Sh SYNOPSIS
.Fd #include <pthread.h>
.Pp
pthread_once
pthread_once_t
.Fa once_control
= PTHREAD_ONCE_INIT;
.Ft int

View File

@ -41,7 +41,7 @@
.Sh SYNOPSIS
.Fd #include <pthread.h>
.Pp
pthread_once
pthread_once_t
.Fa once_control
= PTHREAD_ONCE_INIT;
.Ft int