commit | ad4b65a434bdd2ff37d095ab1ccd836203e985ba | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Dec 24 21:43:56 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 03 15:09:18 2013 -0500 |
tree | 8e5582b9fe0e867b6ab8d317976b93d864f0bde1 | |
parent | eaca6eae3e0c41d41fcb9d1d70e00934988dff2e [diff] |
consolidate rt_sigsuspend() * pull compat version alongside with the native one * make little-endian compat variant just call the native * don't bother with separate conditional for compat (both native and compat are going to become unconditional very soon). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>