projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b912ca1
)
(ipc_perm): Put back __key.
author
Andreas Jaeger
<aj@suse.de>
Sun, 27 May 2001 08:34:45 +0000
(08:34 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Sun, 27 May 2001 08:34:45 +0000
(08:34 +0000)
sysdeps/unix/sysv/linux/mips/bits/ipc.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/mips/bits/ipc.h
b/sysdeps/unix/sysv/linux/mips/bits/ipc.h
index
04a1231
..
0cdd232
100644
(file)
--- a/
sysdeps/unix/sysv/linux/mips/bits/ipc.h
+++ b/
sysdeps/unix/sysv/linux/mips/bits/ipc.h
@@
-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. */