mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
Revert t_pow@r312154
This hunk hasn't been accepted yet
This commit is contained in:
parent
1f6a3aa8e5
commit
83e891f222
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312156
@ -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 <atf-c.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#ifdef __FreeBSD__
|
||||||
|
#define isinff isinf
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* pow(3)
|
* pow(3)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user