~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/ports/sysdeps/unix/sysv/linux/alpha/bits/msq.h

  • Committer: joseph
  • Date: 2014-01-03 17:51:28 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:24942
Merge changes between r24468 and r24941 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
 
1
/* Copyright (C) 1995-2014 Free Software Foundation, Inc.
2
2
   This file is part of the GNU C Library.
3
3
 
4
4
   The GNU C Library is free software; you can redistribute it and/or
46
46
  msglen_t msg_qbytes;          /* max number of bytes allowed on queue */
47
47
  __pid_t msg_lspid;            /* pid of last msgsnd() */
48
48
  __pid_t msg_lrpid;            /* pid of last msgrcv() */
49
 
  unsigned long int __unused1;
50
 
  unsigned long int __unused2;
 
49
  unsigned long int __glibc_reserved1;
 
50
  unsigned long int __glibc_reserved2;
51
51
};
52
52
 
53
53
#ifdef __USE_MISC