Chromium Code Reviews| Index: fusl/arch/mips/bits/signal.h |
| diff --git a/fusl/arch/mips/bits/signal.h b/fusl/arch/mips/bits/signal.h |
| index 818e0a7b306789899c3163a273e5e13730fd8a5b..889f77e88e24e1149a969ca193ede85a686a59c5 100644 |
| --- a/fusl/arch/mips/bits/signal.h |
| +++ b/fusl/arch/mips/bits/signal.h |
| @@ -73,6 +73,15 @@ typedef struct __ucontext { |
| #define SIG_UNBLOCK 2 |
| #define SIG_SETMASK 3 |
| +#undef SI_ASYNCIO |
| +#undef SI_MESGQ |
| +#undef SI_TIMER |
| +#define SI_ASYNCIO (-2) |
| +#define SI_MESGQ (-4) |
| +#define SI_TIMER (-3) |
| + |
| +#define __SI_SWAP_ERRNO_CODE |
| + |
| #endif |
| #define SIGHUP 1 |