timer_create.2: SYNOPSIS: Document why more than one header is needed

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-06-12 10:31:31 +02:00 committed by Michael Kerrisk
parent e5a1738291
commit fb7e9f208d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
timer_create \- create a POSIX per-process timer
.SH SYNOPSIS
.nf
.B #include <signal.h>
.BR "#include <signal.h>" " /* Definition of " SIGEV_* " constants */"
.B #include <time.h>
.PP
.BI "int timer_create(clockid_t " clockid ", struct sigevent *restrict " sevp ,