diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-07-18 11:58:20 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-07-18 11:58:20 +0100 |
| commit | ce3f4532f3f68d5c3419c4581504faff3a1d2820 (patch) | |
| tree | 144df8ede14c3383d68e6d08f4797fbf083587ff /emu/NetBSD/os.c | |
| parent | b0e062b3c230c48d95c965017d6c9f23c1bba567 (diff) | |
fpuctl moving to lib9
Diffstat (limited to 'emu/NetBSD/os.c')
| -rw-r--r-- | emu/NetBSD/os.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
