diff options
Diffstat (limited to 'arch/mips/include/asm/compat.h')
-rw-r--r-- | arch/mips/include/asm/compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/include/asm/compat.h b/arch/mips/include/asm/compat.h index 3c5d1464b7bd..988477e492b3 100644 --- a/arch/mips/include/asm/compat.h +++ b/arch/mips/include/asm/compat.h | |||
@@ -120,7 +120,7 @@ struct compat_statfs { | |||
120 | 120 | ||
121 | typedef u32 compat_old_sigset_t; /* at least 32 bits */ | 121 | typedef u32 compat_old_sigset_t; /* at least 32 bits */ |
122 | 122 | ||
123 | #define _COMPAT_NSIG 128 /* Don't ask !$@#% ... */ | 123 | #define _COMPAT_NSIG 128 /* Don't ask !$@#% ... */ |
124 | #define _COMPAT_NSIG_BPW 32 | 124 | #define _COMPAT_NSIG_BPW 32 |
125 | 125 | ||
126 | typedef u32 compat_sigset_word; | 126 | typedef u32 compat_sigset_word; |
@@ -168,7 +168,7 @@ typedef struct compat_siginfo { | |||
168 | s32 _addr; /* faulting insn/memory ref. */ | 168 | s32 _addr; /* faulting insn/memory ref. */ |
169 | } _sigfault; | 169 | } _sigfault; |
170 | 170 | ||
171 | /* SIGPOLL, SIGXFSZ (To do ...) */ | 171 | /* SIGPOLL, SIGXFSZ (To do ...) */ |
172 | struct { | 172 | struct { |
173 | int _band; /* POLL_IN, POLL_OUT, POLL_MSG */ | 173 | int _band; /* POLL_IN, POLL_OUT, POLL_MSG */ |
174 | int _fd; | 174 | int _fd; |
@@ -179,7 +179,7 @@ typedef struct compat_siginfo { | |||
179 | timer_t _tid; /* timer id */ | 179 | timer_t _tid; /* timer id */ |
180 | int _overrun; /* overrun count */ | 180 | int _overrun; /* overrun count */ |
181 | compat_sigval_t _sigval;/* same as below */ | 181 | compat_sigval_t _sigval;/* same as below */ |
182 | int _sys_private; /* not to be passed to user */ | 182 | int _sys_private; /* not to be passed to user */ |
183 | } _timer; | 183 | } _timer; |
184 | 184 | ||
185 | /* POSIX.1b signals */ | 185 | /* POSIX.1b signals */ |