mirror of git://sourceware.org/git/glibc.git
Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.
This commit is contained in:
parent
a4647e727a
commit
d2daaa1eb6
|
|
@ -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>
|
2011-12-17 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
[BZ #13446]
|
[BZ #13446]
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ fenv_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __OPTIMIZE__
|
#ifdef __USE_EXTERN_INLINES
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
/* Optimized versions. */
|
/* Optimized versions. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue