From 6b2d79d07fb4ed1eeba65aa1b4af32f94a90dc10 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 16 Jun 2009 23:23:31 +0000 Subject: [PATCH] Reserved word 'private' in C header files is a problem for C++ git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1890 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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>