Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361031
b: refs/heads/master
c: 72383d4
h: refs/heads/master
i:
  361029: ca3f78a
  361027: a92c89a
  361023: ef63121
v: v3
  • Loading branch information
Sergei Trofimovich authored and Richard Weinberger committed Mar 11, 2013
1 parent 4f0c6de commit a8dbb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fdfa4c952844fce881df8c76de9c7180cbe913ab
refs/heads/master: 72383d43b223c410fc61d9e905690b9b9ba9d418
2 changes: 1 addition & 1 deletion trunk/arch/um/os-Linux/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <sysdep/mcontext.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,
[SIGFPE] = relay_signal,
[SIGILL] = relay_signal,
Expand Down

0 comments on commit a8dbb95

Please sign in to comment.