From 0ab7598b044d6520db91211abe62a75c51a9ea81 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 23 Sep 2014 08:46:31 -0600 Subject: Add shared memory initializatin logic --- nuttx/Documentation/NuttxUserGuide.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'nuttx/Documentation/NuttxUserGuide.html') diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html index 480c7daf7..ee5d45ae1 100644 --- a/nuttx/Documentation/NuttxUserGuide.html +++ b/nuttx/Documentation/NuttxUserGuide.html @@ -9085,11 +9085,6 @@ int shmget(key_t key, size_t size, int shmflg); Upon creation, the data structure associated with the new shared memory identifier will be initialized as follows:

+

+ POSIX Deviations +

+

2.12.2 shmat

-- cgit v1.2.3