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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#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;
#ifdef SA_RESTORER
	void (*restorer)(void);
#endif
	unsigned mask[2];
};

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

solving f0b6a837 ...
found f0b6a837 in https://inbox.vuxu.org/musl/20230208214530.GT4163@brightrain.aerifal.cx/
found 8ebd5938 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 8ebd5938352e7e0179dc745a897bb6894935ac6d	src/internal/ksigaction.h

applying [1/1] https://inbox.vuxu.org/musl/20230208214530.GT4163@brightrain.aerifal.cx/
diff --git a/src/internal/ksigaction.h b/src/internal/ksigaction.h
index 8ebd5938..f0b6a837 100644

Checking patch src/internal/ksigaction.h...
Applied patch src/internal/ksigaction.h cleanly.

index at:
100644 f0b6a8372eab1f84c54ec4802ab33ca3346a8da7	src/internal/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).