Defining static version of frexpl also fro MIPS platforms.

On MIPS/linaro, libm.so lacks frexpl() as CygWin does.
This commit is contained in:
Paolo Bosetti
2015-05-07 13:05:25 +02:00
parent 2fe556d9c0
commit 5e5e129014
+1 -1
View File
@@ -90,7 +90,7 @@ fmt_u(uint32_t x, char *s)
typedef char compiler_defines_long_double_incorrectly[9-(int)sizeof(long double)];
#endif
#ifdef __CYGWIN32__
#if defined(__CYGWIN32__) || defined(mips)
static long double
frexpl (long double x, int *eptr)
{