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.
The text was updated successfully, but these errors were encountered:
/* * NOTE: Internal ipcs.h header; all interfaces are private; if you want this * same information from your own program, popen(3) the ipcs(2) command and * parse its output, or your program may not work on future OS releases. */
Find a way to support the following on Darwin:
--message-queues
--semaphores
--shared-memory
The fundamental problem is that Darwin's
shmctl(2)
doesn't support theIPC_INFO
command. However, presumably there is some equivalent using the Mach API.The text was updated successfully, but these errors were encountered: