Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.

This commit is contained in:
Rafael Ávila de Espíndola 2011-12-21 13:27:09 -08:00 committed by Roland McGrath
parent a4647e727a
commit d2daaa1eb6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
under [__USE_EXTERN_INLINES].
2011-12-17 Ulrich Drepper <drepper@gmail.com>
[BZ #13446]

View File

@ -97,7 +97,7 @@ fenv_t;
#endif
#ifdef __OPTIMIZE__
#ifdef __USE_EXTERN_INLINES
__BEGIN_DECLS
/* Optimized versions. */