diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-22 08:05:21 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-22 08:05:21 -0500 |
commit | 21eaf3a5f9b0cb63ef58fb3cca51380140602265 (patch) | |
tree | 7576883e11f76a961a8bffa86f35c730b360f7e1 /sysdeps | |
parent | 4920765eb417431261367bf65f1a8a5ffb78baf7 (diff) | |
download | glibc-21eaf3a5f9b0cb63ef58fb3cca51380140602265.tar.gz glibc-21eaf3a5f9b0cb63ef58fb3cca51380140602265.tar.xz glibc-21eaf3a5f9b0cb63ef58fb3cca51380140602265.zip |
Use __REDIRECT_NTH for __feraiseexcept_renamed
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/fpu/bits/fenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/bits/fenv.h b/sysdeps/x86_64/fpu/bits/fenv.h index d73859ca85..8bc2450837 100644 --- a/sysdeps/x86_64/fpu/bits/fenv.h +++ b/sysdeps/x86_64/fpu/bits/fenv.h @@ -101,7 +101,7 @@ fenv_t; __BEGIN_DECLS /* Optimized versions. */ -extern int __NTH (__feraiseexcept_renamed (int)) __asm__ ("feraiseexcept"); +extern int __REDIRECT_NTH (__feraiseexcept_renamed, (int), feraiseexcept); __extern_inline int __NTH (feraiseexcept (int __excepts)) { |