Re: [PATCH 0/3] POSIX Shared Memory Objects

2016-08-16 Thread Chris Johns
On 17/08/2016 06:48, Gedare Bloom wrote: These patches start to add support for POSIX Shared Memory Objects, see http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html This support aims to improve POSIX compliance. I cannot see any patches. Chris __

[PATCH 0/3] POSIX Shared Memory Objects

2016-08-16 Thread Gedare Bloom
These patches start to add support for POSIX Shared Memory Objects, see http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html This support aims to improve POSIX compliance. The approach taken is to use the existing score Object as the basis for each shm object, where the Object.N