table of contents
other versions
- stretch 4.9.168-1
IPC64_PERM_TO_IPC_PE(9) | Kernel IPC facilities | IPC64_PERM_TO_IPC_PE(9) |
NAME¶
ipc64_perm_to_ipc_perm - convert new ipc permissions to oldSYNOPSIS¶
void ipc64_perm_to_ipc_perm(struct ipc64_perm * in, struct ipc_perm * out);
ARGUMENTS¶
innew style ipc permissions
out
old style ipc permissions
DESCRIPTION¶
Turn the new style permissions object in into a compatibility object and store it into the out pointer.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |