mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
(ipc_perm): Put back __key.
This commit is contained in:
parent
b5cd3bfc63
commit
fc0f915617
@ -42,6 +42,7 @@
|
||||
/* Data structure used to pass permission information to IPC operations. */
|
||||
struct ipc_perm
|
||||
{
|
||||
__key_t __key; /* Key. */
|
||||
unsigned int uid; /* Owner's user ID. */
|
||||
unsigned int gid; /* Owner's group ID. */
|
||||
unsigned int cuid; /* Creator's user ID. */
|
||||
|
Loading…
Reference in New Issue
Block a user