musl/arch/s390x/bits/sem.h
2016-11-11 23:06:21 -05:00

8 lines
151 B
C

struct semid_ds {
struct ipc_perm sem_perm;
time_t sem_otime;
time_t sem_ctime;
unsigned short __pad[3], sem_nsems;
unsigned long __unused[2];
};