svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Fri Jan 20 19:22:14 UTC 2006


Author: psm
Date: 2006-01-20 11:22:13 -0800 (Fri, 20 Jan 2006)
New Revision: 13455

Log:
Correct comments, thx vapier

Modified:
   trunk/uClibc/include/libc-symbols.h


Changeset:
Modified: trunk/uClibc/include/libc-symbols.h
===================================================================
--- trunk/uClibc/include/libc-symbols.h	2006-01-20 18:28:50 UTC (rev 13454)
+++ trunk/uClibc/include/libc-symbols.h	2006-01-20 19:22:13 UTC (rev 13455)
@@ -357,7 +357,7 @@
  * by libc_hidden_proto). The reasoning to have it after the header w/ foo's prototype is
  * to get first the __REDIRECT from original header and then create the __GI_foo alias
  * c. no versioning support, hidden[_data]_ver are noop
- * d. hidden_strong_alias() added, and hidden_def() in asm is hidden_strong_alias (not strong_alias)
+ * d. hidden_strong_alias() added, and hidden_def() in asm is hidden_strong_alias (not strong_alias) */
 
 /* Arrange to hide uClibc internals */
 #if defined __GNUC__ && defined __GNUC_MINOR__ && \




More information about the uClibc-cvs mailing list