summaryrefslogtreecommitdiff
path: root/man3/remainder.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-07-08 12:11:40 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-07-08 12:11:40 +0000
commitcc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch)
tree97070128f611af532551a19bb8062597b22cabd8 /man3/remainder.3
parent86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff)
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man3/remainder.3')
-rw-r--r--man3/remainder.320
1 files changed, 19 insertions, 1 deletions
diff --git a/man3/remainder.3 b/man3/remainder.3
index 2f5d1a6c..6d89a1e6 100644
--- a/man3/remainder.3
+++ b/man3/remainder.3
@@ -30,7 +30,7 @@
.\" (walter.harms@informatik.uni-oldenburg.de)
.\" Modified 2003-11-18, 2004-10-05 aeb
.\"
-.TH REMAINDER 3 2003-11-18 "" "Linux Programmer's Manual"
+.TH REMAINDER 3 2007-07-26 "" "Linux Programmer's Manual"
.SH NAME
drem, dremf, dreml, remainder, remainderf, remainderl \- \
floating-point remainder function
@@ -50,6 +50,24 @@ floating-point remainder function
.sp
.fi
Link with \fI-lm\fP.
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.ad l
+.BR remainder (),
+.BR remainderf (),
+.BR remainderl ():
+_SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE; or
+.I cc\ -std=c99
+.br
+.BR drem (),
+.BR dremf (),
+.BR dreml ():
+_SVID_SOURCE || _BSD_SOURCE
+.ad b
.SH DESCRIPTION
The
.BR remainder ()