collapse out byte order conditions in bits/sem.h for fixed-endian archs
[musl.git] / arch / i386 / bits / sem.h
blobe61571c121fc781d1254c33c39575025e6dcb436
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 unsigned short sem_nsems;
8 char __sem_nsems_pad[sizeof(long)-sizeof(short)];
9 long __unused3;
10 long __unused4;