svn commit: r312156 - projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libm

Ngie Cooper ngie at FreeBSD.org
Sat Jan 14 10:10:50 UTC 2017


Author: ngie
Date: Sat Jan 14 10:10:49 2017
New Revision: 312156
URL: https://svnweb.freebsd.org/changeset/base/312156

Log:
  Revert t_pow at r312154
  
  This hunk hasn't been accepted yet

Modified:
  projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libm/t_pow.c

Modified: projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libm/t_pow.c
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libm/t_pow.c	Sat Jan 14 10:08:22 2017	(r312155)
+++ projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libm/t_pow.c	Sat Jan 14 10:10:49 2017	(r312156)
@@ -34,6 +34,10 @@ __RCSID("$NetBSD: t_pow.c,v 1.4 2015/09/
 #include <atf-c.h>
 #include <math.h>
 
+#ifdef __FreeBSD__
+#define isinff isinf
+#endif
+
 /*
  * pow(3)
  */


More information about the svn-src-projects mailing list