summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
parentb351b752486c1693392faed106a8a77609006656 (diff)
downloadnuttx-5d7c1ab348722edfff7f71c30b9fe6bef8b56fa0.tar.gz
nuttx-5d7c1ab348722edfff7f71c30b9fe6bef8b56fa0.tar.bz2
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e479b25fc..2e17f8eb1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3241,3 +3241,5 @@
files for the STM3240G-EVAL were replaced by one version in this directory.
* configs/stm3240g-eval/webserver: Configuration submitted by Max Holtzberg
for testing the changes to the uIP web server (see apps/ChangeLog.txt).
+ * lib/stdio/lib_perror.c: Remove CONFIG_LIBC_PERROR_DEVNAME. What was I
+ thinking? Arbitrary streams cannot be shared by different tasks.