diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index f47a76af882..1343756eb13 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: June 15, 2009
+ Last Updated: June 16, 2009
|
@@ -1474,6 +1474,8 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* dup() and dup2() will now clone socket descriptors
* All socket descriptors ar now cloned when when a new task is started
via task_create().
+ * Use of C++ reserved word 'private' in C header files causes problems
+ for C++ that include them.
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>