Răsfoiți Sursa

mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_proto

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 14 ani în urmă
părinte
comite
41ddd70e0e
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      libc/sysdeps/linux/common/bits/mathcalls.h

+ 2 - 2
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.
  */