ipc64_perm_to_ipc_perm

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

ipc64_perm_to_ipc_perm - convert new ipc permissions to old

SYNOPSIS

void ipc64_perm_to_ipc_perm(struct ipc64_perm * in, struct ipc_perm * out);

ARGUMENTS

in

new 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.