You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fundamental problem is that Darwin's shmctl(2) doesn't support the IPC_INFO command. However, presumably there is some equivalent using the Mach API.
Find a way to support the following on Darwin:
--message-queues--semaphores--shared-memoryThe fundamental problem is that Darwin's
shmctl(2)doesn't support theIPC_INFOcommand. However, presumably there is some equivalent using the Mach API.