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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
struct semid_ds {
	struct ipc_perm sem_perm;
#if __BYTE_ORDER == __LITTLE_ENDIAN
	unsigned long __sem_otime_lo;
	unsigned long __sem_otime_hi;
	unsigned long __sem_ctime_lo;
	unsigned long __sem_ctime_hi;
#else
	unsigned long __sem_otime_hi;
	unsigned long __sem_otime_lo;
	unsigned long __sem_ctime_hi;
	unsigned long __sem_ctime_lo;
#endif
	unsigned long sem_nsems;
	long __unused3;
	long __unused4;
	time_t sem_otime;
	time_t sem_ctime;
};
debug log:

solving bf634eeb1d45 ...
found bf634eeb1d45 in https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/
diff --git a/arch/xtensa/bits/sem.h b/arch/xtensa/bits/sem.h
new file mode 100644
index 000000000000..bf634eeb1d45

Checking patch arch/xtensa/bits/sem.h...
Applied patch arch/xtensa/bits/sem.h cleanly.

index at:
100644 bf634eeb1d45c8570941b6deb02a38ae9ce85280	arch/xtensa/bits/sem.h

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).