diff --git a/aarch64/fenv.c b/aarch64/fenv.c index c9abf14..8a1ca57 100644 --- a/aarch64/fenv.c +++ b/aarch64/fenv.c @@ -26,7 +26,6 @@ * $FreeBSD: src/lib/msun/arm/fenv.c,v 1.3 2011/10/16 05:37:56 das Exp $ */ -#define __fenv_static #include #ifdef __GNUC_GNU_INLINE__ diff --git a/powerpc/fenv.c b/powerpc/fenv.c index 78e6015..bf7d0cb 100644 --- a/powerpc/fenv.c +++ b/powerpc/fenv.c @@ -26,7 +26,6 @@ * $FreeBSD$ */ -#define __fenv_static #include #ifdef __GNUC_GNU_INLINE__