]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/arch/s390x/bits/sem.h
644f68a0467750675bcbaf383b4ba18c3abf8a7f
[wasi-libc.git] / libc-top-half / musl / arch / s390x / bits / sem.h
1 struct semid_ds {
2 struct ipc_perm sem_perm;
3 time_t sem_otime;
4 time_t sem_ctime;
5 unsigned short __pad[3], sem_nsems;
6 unsigned long __unused[2];
7 };