diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-17 01:45:48 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-17 01:45:48 +0000 |
commit | 496d8866e9f61e46f1a889f248afeac51b3abcfc (patch) | |
tree | 73ff4789b75ff49cba0257726dc10555cce497d6 /libc/sysdeps/linux/common/bits/mathcalls.h | |
parent | 8a81a817a026ddd71e3223cec48df5ac5012b59f (diff) | |
download | uClibc-alpine-496d8866e9f61e46f1a889f248afeac51b3abcfc.tar.bz2 uClibc-alpine-496d8866e9f61e46f1a889f248afeac51b3abcfc.tar.xz |
test/math/compile_test.c: "are long double functions even compile/link?" test
*: fix everything which prevents above from building
Diffstat (limited to 'libc/sysdeps/linux/common/bits/mathcalls.h')
-rw-r--r-- | libc/sysdeps/linux/common/bits/mathcalls.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/mathcalls.h b/libc/sysdeps/linux/common/bits/mathcalls.h index 1f2894fa5..c2e062714 100644 --- a/libc/sysdeps/linux/common/bits/mathcalls.h +++ b/libc/sysdeps/linux/common/bits/mathcalls.h @@ -48,6 +48,13 @@ #endif +/* __MATHCALLX includes libm_hidden_def + * __MATHCALLI includes libm_hidden_def too + * __MATHCALL does not + * __MATHDECL_PRIV includes libm_hidden_def and declared only __foo, not foo + */ + + /* Trigonometric functions. */ _Mdouble_BEGIN_NAMESPACE |