Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
.TH CLOCK_GETCPUCLOCKID 3 2021-03-22 "Linux" "Linux Programmer's Manual"
.SH NAME
clock_getcpuclockid \- obtain ID of a process CPU-time clock
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc ),
+since glibc 2.17
+.PP
+Before glibc 2.17,
+Real-time library
+.RI ( librt ", " -lrt )
.SH SYNOPSIS
.B #include <time.h>
.nf
.BI "int clock_getcpuclockid(pid_t " pid ", clockid_t *" clockid );
.fi
.PP
-Link with \fI\-lrt\fP (only for glibc versions before 2.17).
-.PP
.ad l
.RS -4
Feature Test Macro Requirements for glibc (see