mailing list of musl libc
 help / color / mirror / code / Atom feed
5f93c12dda307e98ca7f1e7e9516ff7c992ade88 blob 204 bytes (raw)

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

solving 5f93c12 ...
found 5f93c12 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).