diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-03-29 01:30:03 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-03-30 16:57:01 +0000 |
| commit | d15733065c4221dcd5bb3622d225760f271f6fc9 (patch) | |
| tree | 36246e0c8d9465867ccb045c6971223565e6137d /lib/msun/arm | |
| parent | 70674434e2424d61262322702d0415e54d8cc1a2 (diff) | |
Diffstat (limited to 'lib/msun/arm')
| -rw-r--r-- | lib/msun/arm/fenv.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/msun/arm/fenv.c b/lib/msun/arm/fenv.c index 620a05d51b90..2cf5bbdea28f 100644 --- a/lib/msun/arm/fenv.c +++ b/lib/msun/arm/fenv.c @@ -27,7 +27,6 @@ * SUCH DAMAGE. */ -#define __fenv_static #include "fenv.h" #include <machine/acle-compat.h> @@ -66,10 +65,6 @@ const fenv_t __fe_dfl_env = 0; #include "fenv-softfloat.h" #endif -#ifdef __GNUC_GNU_INLINE__ -#error "This file must be compiled with C99 'inline' semantics" -#endif - int (feclearexcept)(int excepts) { |
