Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/ieeefp.h')
-rw-r--r--newlib/libc/include/ieeefp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/ieeefp.h b/newlib/libc/include/ieeefp.h
index 78bb5bf62..970ea4543 100644
--- a/newlib/libc/include/ieeefp.h
+++ b/newlib/libc/include/ieeefp.h
@@ -5,6 +5,8 @@
#include <machine/ieeefp.h>
+_BEGIN_STD_C
+
/* FIXME FIXME FIXME:
Neither of __ieee_{float,double}_shape_tape seem to be used anywhere
except in libm/test. If that is the case, please delete these from here.
@@ -238,4 +240,6 @@ int _EXFUN(finitef, (float));
#endif /* _DOUBLE_IS_32BITS */
+_END_STD_C
+
#endif /* _IEEE_FP_H_ */