From b77c9afafe756d53f0e2b50b264d962486189966 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 26 Jul 2008 14:24:17 +0000 Subject: [PATCH] O_RDONLY open on FIFO blocks until writer opens git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@781 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 70b781c8ed..5d3c130bcd 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1025,6 +1025,7 @@ nuttx-0.3.12 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Correct bug in recursive mutex logic * Add mkfifo() * Add pipe() and test for both pipes and fifos + * Attempts to open a FIFO will now block until there is at least one writer pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>