about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/struct_kernel_semid64_ds.h
blob: f9edf0f76f628429b1c0cbdeb3ba4c702aac0a33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* Analogous to kernel struct semid64_ds used on semctl.  */
struct kernel_semid64_ds
{
  struct ipc_perm sem_perm;
  unsigned long sem_otime;
  unsigned long sem_otime_high;
  unsigned long sem_ctime;
  unsigned long sem_ctime_high;
  unsigned long sem_nsems;
  unsigned long __unused1;
  unsigned long __unused2;
};