Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36031
b: refs/heads/master
c: 6b3e5f4
h: refs/heads/master
i:
  36029: b8a1aaf
  36027: dfbe155
  36023: 090fc68
  36015: aa0f799
  35999: 31dd17c
  35967: 235b6c1
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Sep 27, 2006
1 parent cb8228a commit f412790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: a00f6310183e164ad2cfa5f4ec5d8c724ff0f799
refs/heads/master: 6b3e5f44b56745daad8cd913ccc7bcd9a9ece5ea
9 changes: 1 addition & 8 deletions trunk/include/asm-mips/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,7 @@ typedef unsigned long old_sigset_t; /* at least 32 bits */
#define SIG_SETMASK32 256 /* Goodie from SGI for BSD compatibility:
set only the low 32 bit of the sigset. */

/* Type of a signal handler. */
typedef void __signalfn_t(int);
typedef __signalfn_t __user *__sighandler_t;

/* Fake signal functions */
#define SIG_DFL ((__sighandler_t)0) /* default signal handling */
#define SIG_IGN ((__sighandler_t)1) /* ignore signal */
#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */
#include <asm-generic/signal.h>

struct sigaction {
unsigned int sa_flags;
Expand Down

0 comments on commit f412790

Please sign in to comment.