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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
struct ipc_perm
{
	key_t __ipc_perm_key;
	uid_t uid;
	gid_t gid;
	uid_t cuid;
	gid_t cgid;
	mode_t mode;
	int __ipc_perm_seq;
	int __pad1;
	long long __pad2;
	long long __pad3;
};

#define IPC_64 0x100

debug log:

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