summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 15:36:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 15:36:02 +0000
commit850061ca09fa4555c7cac952c4455430c8f9dbd7 (patch)
tree2a8d29498e8b2b46ef412b94be49bfd4271b0a65 /nuttx/ChangeLog
parent872cf9f99f8b6e2a64781c0c6bc8aee6e35f5cb7 (diff)
downloadnuttx-850061ca09fa4555c7cac952c4455430c8f9dbd7.tar.gz
nuttx-850061ca09fa4555c7cac952c4455430c8f9dbd7.tar.bz2
nuttx-850061ca09fa4555c7cac952c4455430c8f9dbd7.zip
Fix Linux sim errors/warning
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@842 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 abb52498f..ef687d659 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -422,5 +422,7 @@
* Fix error in stat() when used on the root directory
* NSH: Add cd and pwd commands and current working directory to all NSH
commands that refer to paths.
+ * Fix errors and warnings introduced into Linux sim build because of recent
+ Cygwin-related changes