about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/bits/ipc.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-27 08:34:45 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-27 08:34:45 +0000
commit938ecd699c2bbc8011f8ad78ee53393ad0067190 (patch)
tree208bf37a78f5393d04882faa41319477d253070e /sysdeps/unix/sysv/linux/mips/bits/ipc.h
parentb912ca1144ef3e8f006c714805cfb9cc61dfbaca (diff)
downloadglibc-938ecd699c2bbc8011f8ad78ee53393ad0067190.tar.gz
glibc-938ecd699c2bbc8011f8ad78ee53393ad0067190.tar.xz
glibc-938ecd699c2bbc8011f8ad78ee53393ad0067190.zip
(ipc_perm): Put back __key.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/bits/ipc.h')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/ipc.h b/sysdeps/unix/sysv/linux/mips/bits/ipc.h
index 04a1231bfd..0cdd232fe6 100644
--- 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.  */