]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/significand.3
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man3 / significand.3
index 6ccf5dfb44f9b2bb61ae5f2110c468ad5b429192..4e9db649ba185fb91bd6fe0396352689f1425011 100644 (file)
@@ -1,7 +1,7 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\" based on glibc infopages
-.TH SIGNIFICAND 3 2002-08-10 "GNU" "Linux Programmer's Manual"
+.TH SIGNIFICAND 3 2007-07-26 "GNU" "Linux Programmer's Manual"
 .SH NAME
 significand, significandf, significandl \-
 get mantissa of floating point number
@@ -15,6 +15,18 @@ get mantissa of floating point number
 .BI "long double significandl(long double " x );
 .sp
 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 significand (),
+.BR significandf (), 
+.BR significandl ():
+_SVID_SOURCE || _BSD_SOURCE
+.ad b
 .SH DESCRIPTION
 The
 .BR significand ()