From 48b63b1c7abccea4aced971ee18eda2a1e932428 Mon Sep 17 00:00:00 2001 From: Tomoyuki Sahara Date: Wed, 20 May 2015 12:43:10 +0900 Subject: NetBSD (6.1.5) does not have frexpl(3). --- src/fmt_fp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fmt_fp.c') diff --git a/src/fmt_fp.c b/src/fmt_fp.c index 9aeae642c..ef2f19dd5 100644 --- a/src/fmt_fp.c +++ b/src/fmt_fp.c @@ -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) { -- cgit v1.2.3