sem.h\bits\x32\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/x32/bits/sem.h
blob: 18745f4c84a19a07f3403c6c6e27dc2e95ad8f7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
struct semid_ds {
	struct ipc_perm sem_perm;
	time_t sem_otime;
	long long __unused1;
	time_t sem_ctime;
	long long __unused2;
	unsigned short sem_nsems;
	char __sem_nsems_pad[sizeof(long long)-sizeof(short)];
	long long __unused3;
	long long __unused4;
};
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 14:56:23 +0000

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