mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
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>
|
||||
|
||||
[BZ #13446]
|
||||
|
@ -97,7 +97,7 @@ fenv_t;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __OPTIMIZE__
|
||||
#ifdef __USE_EXTERN_INLINES
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* Optimized versions. */
|
||||
|
Loading…
Reference in New Issue
Block a user