summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-02 23:21:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-02 23:21:36 +0000
commita68d0680f89b5f3639b30ec7955671d97e101e87 (patch)
treeb1500bba2e18333a08f60932ae190d2d8759c762 /include
parentcaf7f573e9061e5b11d20723b0b2313ed4698dfc (diff)
conformtest: Add test data for fenv.h.
Diffstat (limited to 'include')
-rw-r--r--include/fenv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fenv.h b/include/fenv.h
index 59d4c3f63c..67ef385bbf 100644
--- a/include/fenv.h
+++ b/include/fenv.h
@@ -1,6 +1,7 @@
#ifndef _FENV_H
#include <math/fenv.h>
+#ifndef _ISOMAC
/* Now define the internal interfaces. */
extern int __feclearexcept (int __excepts);
@@ -19,5 +20,6 @@ libm_hidden_proto (fesetround)
libm_hidden_proto (feholdexcept)
libm_hidden_proto (feupdateenv)
libm_hidden_proto (fetestexcept)
+#endif
#endif