ipc - 系統V IPC系統呼叫
內容簡介
int ipc(unsigned int call, int first, int second,
int third, void *ptr, long fifth);
|
描述
ipc() is a common kernel entry point for the System V IPC calls for messages, semaphores, and shared memory. call determines which IPC function to invoke; the other arguments are passed through to the appropriate call.
User programs should call the appropriate functions by their usual names. Only standard library implementors and kernel hackers need to know about ipc().
遵循於
ipc() 是Linux特有的,並應在擬移植的程式不能使用。
另請參閱