Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5074 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-09-01 00:26:37 +00:00
parent 8bc26dadb0
commit c8c8ca092c

View File

@ -573,9 +573,6 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_LIBC_PERROR_STDOUT - POSIX requires that perror() provide its output
on stderr. This option may be defined, however, to provide perror() output
that is serialized with other stdout messages.
CONFIG_LIBC_PERROR_DEVNAME - Another non-standard option is to provide
perror() output to a logging device or file. CONFIG_LIBC_PERROR_DEVNAME
may be defined to be any write-able, character device (or file).
Allow for architecture optimized implementations