mailing list of musl libc
 help / color / mirror / code / Atom feed
3a7636f28be5172eba28f07797221bbd01bdbdeb blob 267 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#define SHMLBA 4096

struct shmid_ds
{
	struct ipc_perm shm_perm;
	size_t shm_segsz;
	time_t shm_atime;
	time_t shm_dtime;
	time_t shm_ctime;
	pid_t shm_cpid;
	pid_t shm_lpid;
	unsigned long long shm_nattch;
	unsigned long long __pad1;
	unsigned long long __pad2;
};
debug log:

solving 3a7636f ...
found 3a7636f in https://inbox.vuxu.org/musl/52BE165C.4040700@barfooze.de/

applying [1/1] https://inbox.vuxu.org/musl/52BE165C.4040700@barfooze.de/
diff --git a/arch/x32/bits/shm.h b/arch/x32/bits/shm.h
new file mode 100644
index 0000000..3a7636f

Checking patch arch/x32/bits/shm.h...
Applied patch arch/x32/bits/shm.h cleanly.

index at:
100644 3a7636f28be5172eba28f07797221bbd01bdbdeb	arch/x32/bits/shm.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).