From c8c8ca092c94db5ddcc4db994d4c5cf93085f8f7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 1 Sep 2012 00:26:37 +0000 Subject: [PATCH] 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 --- configs/README.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/README.txt b/configs/README.txt index 4b68d28bdd..dc9d8d88e8 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -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