summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-05-19 04:34:42 +0000
committerkan <kan@FreeBSD.org>2007-05-19 04:34:42 +0000
commit078b4aa55eb714702ede49f123472c374602a362 (patch)
tree265eb344cbaa8b1544e43f31e383a2bf022315fc /lib
parentbabe0719d6194f6424ef45cf454eb03141c42eea (diff)
downloadFreeBSD-src-078b4aa55eb714702ede49f123472c374602a362.zip
FreeBSD-src-078b4aa55eb714702ede49f123472c374602a362.tar.gz
Do not declare float_detect_tininess as external if it will be re-delared
as static later.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/arm/softfloat/softfloat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/arm/softfloat/softfloat.h b/lib/libc/arm/softfloat/softfloat.h
index 3019d90..50b5fa6 100644
--- a/lib/libc/arm/softfloat/softfloat.h
+++ b/lib/libc/arm/softfloat/softfloat.h
@@ -71,7 +71,9 @@ typedef struct {
Software IEC/IEEE floating-point underflow tininess-detection mode.
-------------------------------------------------------------------------------
*/
+#ifndef SOFTFLOAT_FOR_GCC
extern int float_detect_tininess;
+#endif
enum {
float_tininess_after_rounding = 0,
float_tininess_before_rounding = 1
OpenPOWER on IntegriCloud