summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips64/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips64/signal.h b/include/asm-mips64/signal.h
index a5fa8ce6b..e8e45dc25 100644
--- a/include/asm-mips64/signal.h
+++ b/include/asm-mips64/signal.h
@@ -21,6 +21,7 @@ typedef struct {
} sigset_t;
typedef unsigned long old_sigset_t; /* at least 32 bits */
+typedef unsigned int old_sigset_t32;
#define SIGHUP 1 /* Hangup (POSIX). */
#define SIGINT 2 /* Interrupt (ANSI). */