consolidate rt_sigsuspend()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 25 Dec 2012 02:43:56 +0000 (21:43 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Feb 2013 20:09:18 +0000 (15:09 -0500)
* 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>

No differences found