Revert t_pow@r312154

This hunk hasn't been accepted yet
This commit is contained in:
Enji Cooper 2017-01-14 10:10:49 +00:00
parent 1f6a3aa8e5
commit 83e891f222
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312156

View File

@ -34,6 +34,10 @@ __RCSID("$NetBSD: t_pow.c,v 1.4 2015/09/08 05:24:27 dholland Exp $");
#include <atf-c.h>
#include <math.h>
#ifdef __FreeBSD__
#define isinff isinf
#endif
/*
* pow(3)
*/