[ARM] Replace extramask with a full copy of the sigmask
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 15 Jun 2006 17:02:25 +0000 (18:02 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Jun 2006 15:17:42 +0000 (16:17 +0100)
There's not much point in splitting the sigmask between two different
locations, so copy it entirely into a proper sigset_t.  This will
eventually allow rt_sigframe and sigframe to share more code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found