summaryrefslogtreecommitdiff
path: root/lib/gcc/i686-apple-darwin11/4.2.1/include/fenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcc/i686-apple-darwin11/4.2.1/include/fenv.h')
-rw-r--r--lib/gcc/i686-apple-darwin11/4.2.1/include/fenv.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/gcc/i686-apple-darwin11/4.2.1/include/fenv.h b/lib/gcc/i686-apple-darwin11/4.2.1/include/fenv.h
deleted file mode 100644
index 55f9eaf..0000000
--- a/lib/gcc/i686-apple-darwin11/4.2.1/include/fenv.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* DO NOT EDIT THIS FILE.
-
- It has been auto-edited by fixincludes from:
-
- "/usr/include/fenv.h"
-
- This had to be done to correct non-standard usages in the
- original, manufacturer supplied header file. */
-
-/* This file is a backwards compability hack to allow
- no-trapping-math to be the default. */
-#ifndef _DARWIN_FENV_H_WRAPPER
-#if defined(__GNUC__) && __GNUC__ >= 4
-#pragma GCC fenv
-#endif
-#include_next <fenv.h>
-#define _DARWIN_FENV_H_WRAPPER
-#endif /* _DARWIN_FENV_H_WRAPPER */