]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/arch/m68k/bits/sem.h
Update to musl 1.1.24.
[wasi-libc.git] / libc-top-half / musl / arch / m68k / bits / sem.h
1 struct semid_ds {
2 struct ipc_perm sem_perm;
3 time_t sem_otime;
4 long __unused1;
5 time_t sem_ctime;
6 long __unused2;
7 char __sem_nsems_pad[sizeof(long)-sizeof(short)];
8 unsigned short sem_nsems;
9 long __unused3;
10 long __unused4;
11 };