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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
 
#include <signal.h>

#define SIG(s) [SIG##s] = #s
const char __sys_signame[SIGSYS+1][sizeof("STKFLT")] = {
	SIG(HUP),
	SIG(INT),
	SIG(QUIT),
	SIG(ILL),
	SIG(TRAP),
	SIG(ABRT),
	SIG(BUS),
	SIG(FPE),
	SIG(KILL),
	SIG(USR1),
	SIG(SEGV),
	SIG(USR2),
	SIG(PIPE),
	SIG(ALRM),
	SIG(TERM),
#if defined(SIGSTKFLT)
	SIG(STKFLT),
#endif
#if defined(SIGEMT)
	SIG(EMT),
#endif
	SIG(CHLD),
	SIG(CONT),
	SIG(STOP),
	SIG(TSTP),
	SIG(TTIN),
	SIG(TTOU),
	SIG(URG),
	SIG(XCPU),
	SIG(XFSZ),
	SIG(VTALRM),
	SIG(PROF),
	SIG(WINCH),
	SIG(IO),
	SIG(PWR),
	SIG(SYS)
};
debug log:

solving e086572c ...
found e086572c in https://inbox.vuxu.org/musl/20240805065607.22897-1-contact@hacktivis.me/

applying [1/1] https://inbox.vuxu.org/musl/20240805065607.22897-1-contact@hacktivis.me/
diff --git a/src/signal/sys_signame.c b/src/signal/sys_signame.c
new file mode 100644
index 00000000..e086572c

Checking patch src/signal/sys_signame.c...
Applied patch src/signal/sys_signame.c cleanly.

index at:
100644 e086572c36ae1557e1c193238edf47ddf7623007	src/signal/sys_signame.c

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