commit | 8f04eeb3c094bf370f131e50b7e3da85d08d518f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 28 12:21:57 2011 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon Jul 11 16:35:41 2011 +0300 |
tree | 61b551092d2cfc30c7528bd03d09f2e0c8d3bd04 | |
parent | 163a05a8398bc4b56c7498fa9901422a159168bf [diff] |
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>