summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-01 00:26:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-01 00:26:37 +0000
commit5d7c1ab348722edfff7f71c30b9fe6bef8b56fa0 (patch)
tree3bbf2fe893cea2fca70b52e6143fc992fff59686 /nuttx/Documentation/NuttxPortingGuide.html
parentb351b752486c1693392faed106a8a77609006656 (diff)
downloadpx4-nuttx-5d7c1ab348722edfff7f71c30b9fe6bef8b56fa0.tar.gz
px4-nuttx-5d7c1ab348722edfff7f71c30b9fe6bef8b56fa0.tar.bz2
px4-nuttx-5d7c1ab348722edfff7f71c30b9fe6bef8b56fa0.zip
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
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 532da8c16..9deff7a06 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -4378,11 +4378,6 @@ build
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.
</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>
<h2>Allow for architecture optimized implementations</h2>