summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/float.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /sys/arch/sun3/include/float.h
initial import of NetBSD tree
Diffstat (limited to 'sys/arch/sun3/include/float.h')
-rw-r--r--sys/arch/sun3/include/float.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/sun3/include/float.h b/sys/arch/sun3/include/float.h
new file mode 100644
index 00000000000..2f63ec177d8
--- /dev/null
+++ b/sys/arch/sun3/include/float.h
@@ -0,0 +1,8 @@
+/* $NetBSD: float.h,v 1.6 1995/06/20 20:45:55 jtc Exp $ */
+
+#ifndef _MACHINE_FLOAT_H_
+#define _MACHINE_FLOAT_H_
+
+#include <m68k/float.h>
+
+#endif