mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pthread_once --> pthread_once_t.
This commit is contained in:
parent
68a02ce10d
commit
c1110eb673
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Pp
|
||||
pthread_once
|
||||
pthread_once_t
|
||||
.Fa once_control
|
||||
= PTHREAD_ONCE_INIT;
|
||||
.Ft int
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Pp
|
||||
pthread_once
|
||||
pthread_once_t
|
||||
.Fa once_control
|
||||
= PTHREAD_ONCE_INIT;
|
||||
.Ft int
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Pp
|
||||
pthread_once
|
||||
pthread_once_t
|
||||
.Fa once_control
|
||||
= PTHREAD_ONCE_INIT;
|
||||
.Ft int
|
||||
|
|
|
|||
Loading…
Reference in a new issue