summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-07-18 11:58:20 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-07-18 11:58:20 +0100
commitce3f4532f3f68d5c3419c4581504faff3a1d2820 (patch)
tree144df8ede14c3383d68e6d08f4797fbf083587ff /emu
parentb0e062b3c230c48d95c965017d6c9f23c1bba567 (diff)
fpuctl moving to lib9
Diffstat (limited to 'emu')
-rw-r--r--emu/DragonFly/os.c1
-rw-r--r--emu/FreeBSD/os.c1
-rw-r--r--emu/Linux/os-clone.c1
-rw-r--r--emu/Linux/os.c1
-rw-r--r--emu/MacOSX/os.c1
-rw-r--r--emu/NetBSD/os.c1
-rw-r--r--emu/OpenBSD/os.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/emu/DragonFly/os.c b/emu/DragonFly/os.c
index c6b5a50c..bd4c4882 100644
--- a/emu/DragonFly/os.c
+++ b/emu/DragonFly/os.c
@@ -12,7 +12,6 @@
#include <errno.h>
#include <unistd.h>
#include <sys/resource.h>
-#include <fpuctl.h>
enum
{
diff --git a/emu/FreeBSD/os.c b/emu/FreeBSD/os.c
index bc68265b..df99a556 100644
--- a/emu/FreeBSD/os.c
+++ b/emu/FreeBSD/os.c
@@ -12,7 +12,6 @@
#include <errno.h>
#include <unistd.h>
#include <sys/resource.h>
-#include <fpuctl.h>
enum
{
diff --git a/emu/Linux/os-clone.c b/emu/Linux/os-clone.c
index 7a3daaaa..992235d4 100644
--- a/emu/Linux/os-clone.c
+++ b/emu/Linux/os-clone.c
@@ -13,7 +13,6 @@
#include "dat.h"
#include "fns.h"
#include "error.h"
-#include <fpuctl.h>
#include <semaphore.h>
diff --git a/emu/Linux/os.c b/emu/Linux/os.c
index 0d91518a..08b039d6 100644
--- a/emu/Linux/os.c
+++ b/emu/Linux/os.c
@@ -13,7 +13,6 @@
#include "dat.h"
#include "fns.h"
#include "error.h"
-#include <fpuctl.h>
#include <semaphore.h>
diff --git a/emu/MacOSX/os.c b/emu/MacOSX/os.c
index ddb7559c..9f95881e 100644
--- a/emu/MacOSX/os.c
+++ b/emu/MacOSX/os.c
@@ -10,7 +10,6 @@
#include "error.h"
#include <raise.h>
-#include <fpuctl.h>
#undef _POSIX_C_SOURCE
#undef getwd
diff --git a/emu/NetBSD/os.c b/emu/NetBSD/os.c
index 11ef0647..fa582a16 100644
--- a/emu/NetBSD/os.c
+++ b/emu/NetBSD/os.c
@@ -185,7 +185,6 @@ trapSEGV(int signo)
disfault(nil, "Segmentation violation");
}
-#include <fpuctl.h>
static void
trapFPE(int signo)
{
diff --git a/emu/OpenBSD/os.c b/emu/OpenBSD/os.c
index 52025839..f45e69d6 100644
--- a/emu/OpenBSD/os.c
+++ b/emu/OpenBSD/os.c
@@ -15,7 +15,6 @@
#include <pwd.h>
#include <errno.h>
#include <unistd.h>
-#include <fpuctl.h>
enum
{