diff options
Diffstat (limited to 'sys/i386/include/ieeefp.h')
-rw-r--r-- | sys/i386/include/ieeefp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/include/ieeefp.h b/sys/i386/include/ieeefp.h index 65502ac..c676c45 100644 --- a/sys/i386/include/ieeefp.h +++ b/sys/i386/include/ieeefp.h @@ -39,6 +39,8 @@ #define _MACHINE_IEEEFP_H_ /* + * Deprecated historical FPU control interface + * * IEEE floating point type, constant and function definitions. * XXX: FP*FLD and FP*OFF are undocumented pollution. */ @@ -253,7 +255,4 @@ fpresetsticky(fp_except_t _m) #endif /* __GNUCLIKE_ASM */ -/* Suppress prototypes in the MI header. */ -#define _IEEEFP_INLINED_ 1 - #endif /* !_MACHINE_IEEEFP_H_ */ |