1IPC64_PERM_TO_IPC_PE(9) Kernel IPC facilities IPC64_PERM_TO_IPC_PE(9)
23
4
NAME
6ipc64_perm_to_ipc_perm - convert new ipc permissions to old
7
SYNOPSIS
9void ipc64_perm_to_ipc_perm(struct ipc64_perm * in,
10struct ipc_perm * out);
11
ARGUMENTS
13in
14new style IPC permissions
1516
out
17old style IPC permissions
18
DESCRIPTION
20Turn the new style permissions object in into a compatibility object
21and store it into the out pointer.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 IPC64_PERM_TO_IPC_PE(9)