mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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:
@@ -4378,11 +4378,6 @@ build
|
|||||||
POSIX requires that <code>perror()</code> provide its output on <code>stderr</code>.
|
POSIX requires that <code>perror()</code> provide its output on <code>stderr</code>.
|
||||||
This option may be defined, however, to provide <code>perror()</code> output that is serialized with other <code>stdout</code> messages.
|
This option may be defined, however, to provide <code>perror()</code> output that is serialized with other <code>stdout</code> messages.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<code>CONFIG_LIBC_PERROR_DEVNAME</code>:
|
|
||||||
Another non-standard option is to provide <code>perror()</code> output to a logging device or file.
|
|
||||||
<code>CONFIG_LIBC_PERROR_DEVNAME<code> may be defined to be any write-able, character device (or file).
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Allow for architecture optimized implementations</h2>
|
<h2>Allow for architecture optimized implementations</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user