Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36032
b: refs/heads/master
c: 633fd56
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Sep 27, 2006
1 parent f412790 commit 4f94e63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 6b3e5f44b56745daad8cd913ccc7bcd9a9ece5ea
refs/heads/master: 633fd568c1db825b9eb563681af09260ecee87b6
3 changes: 3 additions & 0 deletions trunk/arch/mips/kernel/irixsig.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ struct sigact_irix5 {
int _unused0[2];
};

#define SIG_SETMASK32 256 /* Goodie from SGI for BSD compatibility:
set only the low 32 bit of the sigset. */

#ifdef DEBUG_SIG
static inline void dump_sigact_irix5(struct sigact_irix5 *p)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-mips/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ typedef unsigned long old_sigset_t; /* at least 32 bits */
#define SIG_BLOCK 1 /* for blocking signals */
#define SIG_UNBLOCK 2 /* for unblocking signals */
#define SIG_SETMASK 3 /* for setting the signal mask */
#define SIG_SETMASK32 256 /* Goodie from SGI for BSD compatibility:
set only the low 32 bit of the sigset. */

#include <asm-generic/signal.h>

Expand Down

0 comments on commit 4f94e63

Please sign in to comment.