mailing list of musl libc
 help / color / mirror / code / Atom feed
e61571c121fc781d1254c33c39575025e6dcb436 blob 232 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
struct semid_ds {
	struct ipc_perm sem_perm;
	time_t sem_otime;
	long __unused1;
	time_t sem_ctime;
	long __unused2;
	unsigned short sem_nsems;
	char __sem_nsems_pad[sizeof(long)-sizeof(short)];
	long __unused3;
	long __unused4;
};
debug log:

solving e61571c1 ...
found e61571c1 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).