diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
commit | f498888930d2e1ba4a1cdf60760df9584ff1eaa6 (patch) | |
tree | af3c840311ce72dc9b92807fef3ec4f6cf4c005d /libc/sysdeps/linux/common/bits/mathcalls.h | |
parent | 657f68a8f714863321c29dd23aa18f0d5ab40d65 (diff) | |
download | uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.bz2 uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.xz |
- pull r24593:24596 from trunk
Diffstat (limited to 'libc/sysdeps/linux/common/bits/mathcalls.h')
-rw-r--r-- | libc/sysdeps/linux/common/bits/mathcalls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/mathcalls.h b/libc/sysdeps/linux/common/bits/mathcalls.h index 9241dd26d..1f2894fa5 100644 --- a/libc/sysdeps/linux/common/bits/mathcalls.h +++ b/libc/sysdeps/linux/common/bits/mathcalls.h @@ -358,7 +358,8 @@ __MATHCALLI (fma,, (_Mdouble_ __x, _Mdouble_ __y, _Mdouble_ __z)); __END_NAMESPACE_C99 #endif -#if defined __USE_MISC || defined __USE_XOPEN_EXTENDED +#if (defined __USE_MISC || defined __USE_XOPEN_EXTENDED) \ + && defined __UCLIBC_SUSV3_LEGACY__ /* Return X times (2 to the Nth power). */ __MATHCALL (scalb,, (_Mdouble_ __x, _Mdouble_ __n)); #endif |