mailing list of musl libc
 help / color / mirror / code / Atom feed
0d352e8c79be231a9dd4438d7576131123da7806 blob 374 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#include <features.h>

/* This is the structure used for the rt_sigaction syscall on most archs,
 * but it can be overridden by a file with the same name in the top-level
 * arch dir for a given arch, if necessary. */
struct k_sigaction {
	void (*handler)(int);
	unsigned long flags;
	unsigned long mask[2];
	void (*restorer)();
};

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

solving 0d352e8c ...
found 0d352e8c in https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/ ||
	https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/

applying [1/2] https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/
diff --git a/arch/loongarch64/ksigaction.h b/arch/loongarch64/ksigaction.h
new file mode 100644
index 00000000..0d352e8c

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

skipping https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/ for 0d352e8c
index at:
100644 0d352e8c79be231a9dd4438d7576131123da7806	arch/loongarch64/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).