diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-18 16:00:43 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-19 16:07:15 +0100 |
commit | 9caa67af987a28558bfb4045d31b8b8719b3f8ec (patch) | |
tree | d9b4488d68e339e791d4abe0342d7398850b1a37 /include/math.h | |
parent | fa1bb23a599da9283f190ab525b971c55475f5f9 (diff) |
MAXFLOAT: obsolescent in SUSv4
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/math.h')
-rw-r--r-- | include/math.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/math.h b/include/math.h index ecd01877c..83ed8993c 100644 --- a/include/math.h +++ b/include/math.h @@ -377,8 +377,10 @@ extern int matherr (struct exception *__exc); #else /* !SVID */ # ifdef __USE_XOPEN +# ifdef __UCLIBC_SUSV4_LEGACY__ /* X/Open wants another strange constant. */ # define MAXFLOAT 3.40282347e+38F +# endif # endif #endif /* SVID */ |