diff options
Diffstat (limited to 'libatomic/fenv.c')
-rw-r--r-- | libatomic/fenv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libatomic/fenv.c b/libatomic/fenv.c index 41f187c..dccad35 100644 --- a/libatomic/fenv.c +++ b/libatomic/fenv.c @@ -21,6 +21,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ +#define LAT_FENV #include "libatomic_i.h" #ifdef HAVE_FENV_H @@ -70,3 +71,4 @@ __atomic_feraiseexcept (int excepts __attribute__ ((unused))) } #endif } +#undef LAT_FENV |