mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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
This commit is contained in:
@@ -4363,7 +4363,7 @@ build
|
||||
<code>CONFIG_LIBC_STRERROR_SHORT</code>:
|
||||
If this option is selected, then <code>strerror()</code> will use a shortened string when it decodes the error.
|
||||
Specifically, <code>strerror()</code> is simply use the string that is the common name for the error.
|
||||
For example, the <code>errno</code> value of 2 will produce the string "No such file or directory" is <code>CONFIG_LIBC_STRERROR_SHORT</code> is not defined but the string "ENOENT" is <code>CONFIG_LIBC_STRERROR_SHORT</code> is defined.
|
||||
For example, the <code>errno</code> value of 2 will produce the string "No such file or directory" if <code>CONFIG_LIBC_STRERROR_SHORT</code> is not defined but the string "ENOENT" if <code>CONFIG_LIBC_STRERROR_SHORT</code> is defined.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_LIBC_PERROR_STDOUT</code>:
|
||||
|
||||
Reference in New Issue
Block a user