commit | cc1a852137d6c12d50c372d61a1c5f763998536b | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Jun 15 18:02:25 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jun 18 16:17:42 2006 +0100 |
tree | d7c01ac23534b98ae76af22f1a914b4a569176dc | |
parent | ce7a3fdc5c55fd01d8e2deda0daef84473644f8b [diff] |
[ARM] Replace extramask with a full copy of the sigmask 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>