Revision 8f04eeb3
ID | 8f04eeb3c094bf370f131e50b7e3da85d08d518f |
linux-user/syscall.c: Enforce pselect6 sigset size restrictions
Enforce the same restriction on the size of the sigset passed to
pselect6 as the Linux kernel does. This is both correct and silences
a gcc 4.6 warning about a write-only variable.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Files
- added
- modified
- copied
- renamed
- deleted