From 4004e471406066dd1bb824dd0a9831840e303790 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 26 Jul 2008 13:12:11 +0000 Subject: [PATCH] Add pipe() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@779 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 70ab56081e2..70b781c8ede 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 20, 2008

+

Last Updated: July 26, 2008

@@ -1024,6 +1024,7 @@ nuttx-0.3.12 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Add test for recursive mutexes * Correct bug in recursive mutex logic * Add mkfifo() + * Add pipe() and test for both pipes and fifos pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>