~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/sysdeps/unix/sysv/linux/bits/sem.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
39
39
{
40
40
  struct ipc_perm sem_perm;             /* operation permission struct */
41
41
  __time_t sem_otime;                   /* last semop() time */
42
 
  unsigned long int __unused1;
 
42
  unsigned long int __glibc_reserved1;
43
43
  __time_t sem_ctime;                   /* last time changed by semctl() */
44
 
  unsigned long int __unused2;
 
44
  unsigned long int __glibc_reserved2;
45
45
  unsigned long int sem_nsems;          /* number of semaphores in set */
46
 
  unsigned long int __unused3;
47
 
  unsigned long int __unused4;
 
46
  unsigned long int __glibc_reserved3;
 
47
  unsigned long int __glibc_reserved4;
48
48
};
49
49
 
50
50
/* The user should define a union like the following to use it for arguments