From 0a5cb6db67e76b87822ec9ff65ca34c61300bd68 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 28 Aug 2012 19:43:42 +0000 Subject: [PATCH] Ooops... forgot to add lib_perror.c to the Make.defs file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5062 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index a0f23e1e863..bfde229edc9 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4363,7 +4363,7 @@ build CONFIG_LIBC_STRERROR_SHORT: If this option is selected, then strerror() will use a shortened string when it decodes the error. Specifically, strerror() is simply use the string that is the common name for the error. - For example, the errno value of 2 will produce the string "No such file or directory" is CONFIG_LIBC_STRERROR_SHORT is not defined but the string "ENOENT" is CONFIG_LIBC_STRERROR_SHORT is defined. + For example, the errno value of 2 will produce the string "No such file or directory" if CONFIG_LIBC_STRERROR_SHORT is not defined but the string "ENOENT" if CONFIG_LIBC_STRERROR_SHORT is defined.
  • CONFIG_LIBC_PERROR_STDOUT: