diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-17 01:45:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-17 01:45:32 +0000 |
commit | d0fdc959d933ffd2d434df182af730c9d0e1cabf (patch) | |
tree | f6f9f129c24075dc033e165f8b6ad0687f955d68 /libc/sysdeps/linux | |
parent | cb3b02f51f38f3f1127d382fca721e0cec58642f (diff) |
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')
-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 |