[MIPS] Move definition of IRIX compat constant into IRIX compat code.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2006-08-04 01:49:31 +01:00
parent 6b3e5f44b5
commit 633fd568c1
2 changed files with 3 additions and 2 deletions

View File

@@ -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)
{