timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2, getline.3: Add 'L' to constants in feature test macro specifications

Be consistent with POSIX, which uses constants such as 200809L.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-05-24 03:58:26 +02:00
parent b182a7e530
commit 3a7c32f47e
5 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR timer_create ():
_POSIX_C_SOURCE >= 199309
_POSIX_C_SOURCE >= 199309L
.SH DESCRIPTION
.BR timer_create ()
creates a new per-process interval timer.

View File

@ -38,7 +38,7 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR timer_delete ():
_POSIX_C_SOURCE >= 199309
_POSIX_C_SOURCE >= 199309L
.SH DESCRIPTION
.BR timer_delete ()
deletes the timer whose ID is given in

View File

@ -38,7 +38,7 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR timer_getoverrun ():
_POSIX_C_SOURCE >= 199309
_POSIX_C_SOURCE >= 199309L
.SH DESCRIPTION
.BR timer_getoverrun ()
returns the "overrun count" for the timer referred to by

View File

@ -43,7 +43,7 @@ Feature Test Macro Requirements for glibc (see
.sp
.BR timer_settime (),
.BR timer_gettime ():
_POSIX_C_SOURCE >= 199309
_POSIX_C_SOURCE >= 199309L
.SH DESCRIPTION
.BR timer_settime ()
arms or disarms the timer identified by

View File

@ -49,7 +49,7 @@ Since glibc 2.10:
.br
.BR getline (),
.BR getdelim ():
_POSIX_C_SOURCE >= 200809 || _XOPEN_SOURCE >= 700
_POSIX_C_SOURCE >= 200809L || _XOPEN_SOURCE >= 700
.SH DESCRIPTION
.BR getline ()
reads an entire line from \fIstream\fP,