summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-26 14:24:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-26 14:24:17 +0000
commit9c61d1e4e2d425c03af542f2ff40e7b00575b582 (patch)
tree0304edd450687379182331d0e1ae52347c4134c0 /nuttx/Documentation
parent3ebe09f0ac8d3be70fda8df613db3c6c9f695db4 (diff)
downloadpx4-nuttx-9c61d1e4e2d425c03af542f2ff40e7b00575b582.tar.gz
px4-nuttx-9c61d1e4e2d425c03af542f2ff40e7b00575b582.tar.bz2
px4-nuttx-9c61d1e4e2d425c03af542f2ff40e7b00575b582.zip
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
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 70b781c8e..5d3c130bc 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1025,6 +1025,7 @@ nuttx-0.3.12 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* 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 &lt;spudmonkey@racsa.co.cr&gt;