From d0fdc959d933ffd2d434df182af730c9d0e1cabf Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Tue, 17 Feb 2009 01:45:32 +0000
Subject: test/math/compile_test.c: "are long double functions even
 compile/link?" test *: fix everything which prevents above from building

---
 libc/sysdeps/linux/common/bits/mathcalls.h | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'libc')

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
-- 
cgit v1.2.3