svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 08:08:26 UTC 2008


Author: vapier
Date: 2008-01-05 00:08:26 -0800 (Sat, 05 Jan 2008)
New Revision: 20721

Log:
not everyone is a ninja: explicitly state that people should convert from sys_errlist[] to strerror()

Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2008-01-05 08:00:33 UTC (rev 20720)
+++ trunk/uClibc/extra/Configs/Config.in	2008-01-05 08:08:26 UTC (rev 20721)
@@ -1115,6 +1115,8 @@
 
 	  Most people will answer N.
 
+	  Application writers: use the strerror(3) function.
+
 config UCLIBC_HAS_SIGNUM_MESSAGES
 	bool "Include the signum message text in the library"
 	default y




More information about the uClibc-cvs mailing list