aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/powerpc-linux-musl/bits/sem.h
blob: 715a0ac85c3bdaf210ad15f44869f21c1a523e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
struct semid_ds {
	struct ipc_perm sem_perm;
	unsigned long __sem_otime_hi;
	unsigned long __sem_otime_lo;
	unsigned long __sem_ctime_hi;
	unsigned long __sem_ctime_lo;
	unsigned short __sem_nsems_pad, sem_nsems;
	long __unused3;
	long __unused4;
	time_t sem_otime;
	time_t sem_ctime;
};