clock_getcpuclockid.3: Linking with -lrt is no longer needed from glibc 2.17 onward

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-10-29 09:27:10 +01:00
parent f8090b56ca
commit fb759ff43d
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CLOCK_GETCPUCLOCKID 3 2010-09-10 "Linux" "Linux Programmer's Manual"
.TH CLOCK_GETCPUCLOCKID 3 2012-10-29 "Linux" "Linux Programmer's Manual"
.SH NAME
clock_getcpuclockid \- obtain ID of a process CPU-time clock
.SH SYNOPSIS
@ -31,7 +31,7 @@ clock_getcpuclockid \- obtain ID of a process CPU-time clock
.BI "int clock_getcpuclockid(pid_t " pid ", clockid_t *" clock_id );
.fi
.sp
Link with \fI\-lrt\fP.
Link with \fI\-lrt\fP (only for glibc versions before 2.17).
.sp
.ad l
.in -4n