mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
"Fixed" missing include in synopsis. POSIX.1-1996 only specifies
including <signal.h>, but that must be a bug in POSIX.1, because it also specifies that the relevant prototype is [only] in <pthread.h>.
This commit is contained in:
parent
ce8973f06a
commit
27010737a9
6 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
.Sh LIBRARY
|
||||
.Lb libc_r
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Fd #include <signal.h>
|
||||
.Ft int
|
||||
.Fn pthread_kill "pthread_t thread" "int sig"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
.Sh LIBRARY
|
||||
.Lb libc_r
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Fd #include <signal.h>
|
||||
.Ft int
|
||||
.Fn pthread_sigmask "int how" "const sigset_t *set" "sigset_t *oset"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
.Sh LIBRARY
|
||||
.Lb libc_r
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Fd #include <signal.h>
|
||||
.Ft int
|
||||
.Fn pthread_kill "pthread_t thread" "int sig"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
.Sh LIBRARY
|
||||
.Lb libc_r
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Fd #include <signal.h>
|
||||
.Ft int
|
||||
.Fn pthread_sigmask "int how" "const sigset_t *set" "sigset_t *oset"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
.Sh LIBRARY
|
||||
.Lb libc_r
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Fd #include <signal.h>
|
||||
.Ft int
|
||||
.Fn pthread_kill "pthread_t thread" "int sig"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
.Sh LIBRARY
|
||||
.Lb libc_r
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <pthread.h>
|
||||
.Fd #include <signal.h>
|
||||
.Ft int
|
||||
.Fn pthread_sigmask "int how" "const sigset_t *set" "sigset_t *oset"
|
||||
|
|
|
|||
Loading…
Reference in a new issue