sem.h\bits\powerpc\arch - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/arch/powerpc/bits/sem.h
blob: 28be484528574b2fa87c038818b947d393048b0f (plain) (blame)
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;
};
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 14:56:08 +0000

AltStyle によって変換されたページ (->オリジナル) /