Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359138
b: refs/heads/master
c: 5d9f36b
h: refs/heads/master
v: v3
  • Loading branch information
Max Filippov authored and Chris Zankel committed Feb 24, 2013
1 parent e14d744 commit b68387d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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: e969161b669a8b79b9218f12117a3173d972a44c
refs/heads/master: 5d9f36b94db82fb630acdc38ac380af4cf107f8e
11 changes: 1 addition & 10 deletions trunk/arch/xtensa/include/uapi/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,7 @@ typedef struct {

#ifndef __ASSEMBLY__

#define SIG_BLOCK 0 /* for blocking signals */
#define SIG_UNBLOCK 1 /* for unblocking signals */
#define SIG_SETMASK 2 /* for setting the signal mask */

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

#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-defs.h>

#ifndef __KERNEL__

Expand Down

0 comments on commit b68387d

Please sign in to comment.