mailing list of musl libc
 help / color / mirror / code / Atom feed
0197686ecb1de47aa2588e3deef8bc1b0e5caaba blob 361 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
struct k_sigaction {
	unsigned flags;
	void (*handler)(int);
	unsigned long mask[2]; /*mask [128/(sizeof(long)*8)]
	/* The following field is past the end of the structure the
	 * kernel will read or write, and exists only to avoid having
	 * mips-specific preprocessor conditionals in sigaction.c. */
	void (*restorer)();
};

void __restore(), __restore_rt();
debug log:

solving 0197686 ...
found 0197686 in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/ ||
	https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/

applying [1/2] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/
diff --git a/arch/mips64/ksigaction.h b/arch/mips64/ksigaction.h
new file mode 100644
index 0000000..0197686

Checking patch arch/mips64/ksigaction.h...
Applied patch arch/mips64/ksigaction.h cleanly.

skipping https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/ for 0197686
index at:
100644 0197686ecb1de47aa2588e3deef8bc1b0e5caaba	arch/mips64/ksigaction.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).