summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-23 12:16:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-23 12:16:44 -0600
commitead26fcdd44c7e33fd89f2c848cd486ef29e031f (patch)
tree73ff3692bd62b338524e156612c8ac0cf3135cac /nuttx/Documentation/NuttxUserGuide.html
parent3edb44ada71e6cba49a0b4d4dfa67fce4756c0f9 (diff)
downloadnuttx-ead26fcdd44c7e33fd89f2c848cd486ef29e031f.tar.gz
nuttx-ead26fcdd44c7e33fd89f2c848cd486ef29e031f.tar.bz2
nuttx-ead26fcdd44c7e33fd89f2c848cd486ef29e031f.zip
Add platform-specific interfaces needed to support the shared memory feature
Diffstat (limited to 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index 68a191917..fbef43661 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -9049,9 +9049,6 @@ int getsockopt(int sockfd, int level, int option, void *value, socklen_t *value_
<li><a href="#shmctl">2.12.3 shmctl</a></li>
<li><a href="#shmdt">2.12.4 shmdt</a></li>
</ul>
-<p>
- <b>NOTE</b>: This is advance documentation. These interfaces are not yet available as of this writing. If you are reading this note, then double check; since these interfaces are under development now, I may have simply failed to remove it.
-</p>
<h3><a name="shmget">2.12.1 <code>shmget</code></a></h3>
<p>