summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/milieu.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-12-29 16:59:17 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-12-29 16:59:17 +0000
commitcca61561941a9c9b2cf068fc2e03370efb4a47b1 (patch)
tree6f5423ee2393152d8e7d286844f99a320693ec0a /sys/lib/libkern/milieu.h
parent1c2334f6fa47d90f6b21649a2db2fbb0508c7d1d (diff)
Unifdef NO_IEEE in the libkern softfloat code, and put an appropriate rule
in files.alpha to compensate for NO_IEEE kernels. This will allow the softfloat code to be used by other platforms than alpha.
Diffstat (limited to 'sys/lib/libkern/milieu.h')
-rw-r--r--sys/lib/libkern/milieu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/lib/libkern/milieu.h b/sys/lib/libkern/milieu.h
index 53538bf6e0d..84936dad799 100644
--- a/sys/lib/libkern/milieu.h
+++ b/sys/lib/libkern/milieu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: milieu.h,v 1.1 2002/04/28 20:55:14 pvalchev Exp $ */
+/* $OpenBSD: milieu.h,v 1.2 2007/12/29 16:59:16 miod Exp $ */
/* $NetBSD: milieu.h,v 1.1 2001/04/26 03:10:47 ross Exp $ */
/* This is a derivative work. */
@@ -67,8 +67,6 @@ this code that are retained.
===============================================================================
*/
-#ifndef NO_IEEE
-
#ifndef MILIEU_H
#define MILIEU_H
@@ -160,4 +158,3 @@ to be `static'.
#define INLINE static inline
#endif
-#endif /* !NO_IEEE */