Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27977
b: refs/heads/master
c: ad15887
h: refs/heads/master
i:
  27975: 0907d76
v: v3
  • Loading branch information
David Woodhouse committed Apr 27, 2006
1 parent 6691a84 commit ed4ba38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 274f5946dcb7c970455067be9e13a22174787592
refs/heads/master: ad1588798620901c12ba86c71865150a4eb727bf
7 changes: 7 additions & 0 deletions trunk/include/asm-generic/signal.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#ifndef __ASM_GENERIC_SIGNAL_H
#define __ASM_GENERIC_SIGNAL_H

#include <linux/compiler.h>

#ifndef SIG_BLOCK
#define SIG_BLOCK 0 /* for blocking signals */
#endif
Expand All @@ -19,3 +24,5 @@ typedef __restorefn_t __user *__sigrestore_t;
#define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */
#define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */
#endif

#endif /* __ASM_GENERIC_SIGNAL_H */

0 comments on commit ed4ba38

Please sign in to comment.