Add platform-specific interfaces needed to support the shared memory feature

This commit is contained in:
Gregory Nutt
2014-09-23 12:16:44 -06:00
parent b1556eb1a7
commit 708c14b8be
2 changed files with 81 additions and 14 deletions
-3
View File
@@ -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>