sem.h\bits\generic\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/generic/bits/sem.h
blob: 5184eb5977ece3775fe5f7a6659a83d6da24ca44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
struct semid_ds {
	struct ipc_perm sem_perm;
	time_t sem_otime;
	time_t sem_ctime;
#if __BYTE_ORDER == __LITTLE_ENDIAN
	unsigned short sem_nsems;
	char __sem_nsems_pad[sizeof(long)-sizeof(short)];
#else
	char __sem_nsems_pad[sizeof(long)-sizeof(short)];
	unsigned short sem_nsems;
#endif
	long __unused3;
	long __unused4;
};
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 11:26:27 +0000

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