diff options
author | 2018-07-10 20:21:53 +0000 | |
---|---|---|
committer | 2018-07-10 20:21:53 +0000 | |
commit | 78b6bc433076a0c078003add8d4ebe2b537eb8a6 (patch) | |
tree | 45090f0a77a031991524669c00ef9235a7ca49fe | |
parent | we were refering to 10k states by default here as well, pt out by claudio (diff) | |
download | wireguard-openbsd-78b6bc433076a0c078003add8d4ebe2b537eb8a6.tar.xz wireguard-openbsd-78b6bc433076a0c078003add8d4ebe2b537eb8a6.zip |
machine/fpu.h is not needed on amd64 and does not exist on i386.
Remove the include.
-rw-r--r-- | regress/lib/libm/fenv/fenv.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <das@FreeBSD.org> @@ -41,7 +41,6 @@ #include <stdio.h> #include <string.h> #include <unistd.h> -#include <machine/fpu.h> /* * Implementations are permitted to define additional exception flags |