div.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-18 18:19:41 +02:00
parent 3aa541c82c
commit 0bba23e436
1 changed files with 7 additions and 1 deletions

View File

@ -52,10 +52,16 @@ an integer division
Feature Test Macro Requirements for glibc (see Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)): .BR feature_test_macros (7)):
.in .in
.ad l
.sp .sp
.BR lldiv (): .BR lldiv ():
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or .RS 4
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE;
.br
or
.I cc\ -std=c99 .I cc\ -std=c99
.RE
.ad
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR div () .BR div ()