NetBSD (6.1.5) does not have frexpl(3).

This commit is contained in:
Tomoyuki Sahara
2015-05-20 12:43:10 +09:00
parent 505c6961dc
commit 48b63b1c7a
+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
#if defined(__CYGWIN32__) || defined(mips)
#if defined(__CYGWIN32__) || defined(__NetBSD__) || defined(mips)
static long double
frexpl (long double x, int *eptr)
{