IPC_STAT
case IPC_STAT: {
case IPC_STAT:
status = msgctl(msgID, IPC_STAT, &msg_queue);
status = semctl(semID, 0, IPC_STAT, args);