From: bluhm Date: Tue, 10 Jul 2018 20:21:53 +0000 (+0000) Subject: machine/fpu.h is not needed on amd64 and does not exist on i386. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=78b6bc433076a0c078003add8d4ebe2b537eb8a6;p=openbsd machine/fpu.h is not needed on amd64 and does not exist on i386. Remove the include. --- diff --git a/regress/lib/libm/fenv/fenv.c b/regress/lib/libm/fenv/fenv.c index 4de4d86fd22..46d9b95f6ae 100644 --- a/regress/lib/libm/fenv/fenv.c +++ b/regress/lib/libm/fenv/fenv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fenv.c,v 1.4 2018/07/09 16:20:33 bluhm Exp $ */ +/* $OpenBSD: fenv.c,v 1.5 2018/07/10 20:21:53 bluhm Exp $ */ /*- * Copyright (c) 2004 David Schultz @@ -41,7 +41,6 @@ #include #include #include -#include /* * Implementations are permitted to define additional exception flags