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:
+2
-2
@@ -562,8 +562,8 @@ defconfig -- This is a configuration file similar to the Linux
|
|||||||
will use a shortened string when it decodes the error. Specifically,
|
will use a shortened string when it decodes the error. Specifically,
|
||||||
strerror() is simply use the string that is the common name for the
|
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
|
error. For example, the 'errno' value of 2 will produce the string
|
||||||
"No such file or directory" is CONFIG_LIBC_STRERROR_SHORT is not
|
"No such file or directory" if CONFIG_LIBC_STRERROR_SHORT is not
|
||||||
defined but the string "ENOENT" is CONFIG_LIBC_STRERROR_SHORT is
|
defined but the string "ENOENT" if CONFIG_LIBC_STRERROR_SHORT is
|
||||||
defined.
|
defined.
|
||||||
CONFIG_LIBC_PERROR_STDOUT - POSIX requires that perror() provide its output
|
CONFIG_LIBC_PERROR_STDOUT - POSIX requires that perror() provide its output
|
||||||
on stderr. This option may be defined, however, to provide perror() output
|
on stderr. This option may be defined, however, to provide perror() output
|
||||||
|
|||||||
Reference in New Issue
Block a user