This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-05-24 10:39:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
db721d32b7
Branches
Tags
No results found.
linux
/
arch
/
um
/
os-Linux
/
internal.h
2 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
um: pass siginfo to guest process UML guest processes now get correct siginfo_t for SIGTRAP, SIGFPE, SIGILL and SIGBUS. Specifically, si_addr and si_code are now correct where previously they were si_addr = NULL and si_code = 128. Signed-off-by: Martin Pärtel <martin.partel@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>
2012-08-02 00:49:17 +02:00
void
alarm_handler
(
int
sig
,
struct
siginfo
*
unused_si
,
mcontext_t
*
mc
)
;
Reference in a new issue
Copy permalink