[git commit future 1/1] mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_proto
Peter S. Mazinger
ps.m at gmx.net
Tue Mar 15 05:45:33 UTC 2011
commit: http://git.uclibc.org/uClibc/commit/?id=305d91b2af38dc18bb64a0f1ffda1aebf8f1efb6
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
libc/sysdeps/linux/common/bits/mathcalls.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libc/sysdeps/linux/common/bits/mathcalls.h b/libc/sysdeps/linux/common/bits/mathcalls.h
index 1e92b52..1990eaf 100644
--- a/libc/sysdeps/linux/common/bits/mathcalls.h
+++ b/libc/sysdeps/linux/common/bits/mathcalls.h
@@ -49,7 +49,7 @@
/* __MATHCALLX(type,function,[suffix],args,attrib) and
- * __MATHCALLI(type,function,[suffix],args) include libm_hidden_def
+ * __MATHCALLI(type,function,[suffix],args) include libm_hidden_proto
* (for "double" versions only, xxxf and xxxl do not get this treatment).
*
* __MATHDECL(type,function,[suffix],args) does not.
@@ -57,7 +57,7 @@
* (it is just a shortcut to __MATHDECL(_Mdouble_,function,[suffix],args)).
*
* __MATHDECL_PRIV(type,function,[suffix],args,attrib)
- * includes libm_hidden_def (always) and declares __foo, not foo.
+ * includes libm_hidden_proto (always) and declares __foo, not foo.
*/
--
1.7.3.4
More information about the uClibc-cvs
mailing list