|
@@ -15,7 +15,7 @@
|
|
|
#include <sysdep/mcontext.h>
|
|
#include <sysdep/mcontext.h>
|
|
|
#include "internal.h"
|
|
#include "internal.h"
|
|
|
|
|
|
|
|
-void (*sig_info[NSIG])(int, siginfo_t *, struct uml_pt_regs *) = {
|
|
|
|
|
|
|
+void (*sig_info[NSIG])(int, struct siginfo *, struct uml_pt_regs *) = {
|
|
|
[SIGTRAP] = relay_signal,
|
|
[SIGTRAP] = relay_signal,
|
|
|
[SIGFPE] = relay_signal,
|
|
[SIGFPE] = relay_signal,
|
|
|
[SIGILL] = relay_signal,
|
|
[SIGILL] = relay_signal,
|