show: Show blocked sigset

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Pavel Emelyanov 2012-02-20 17:06:25 +04:00 committed by Cyrill Gorcunov
parent 8c9c333eed
commit 7f96ec68e2

View file

@ -418,6 +418,7 @@ static void show_core_rest(int fd_core)
pr_info("\tArg end: %lx\n", tc.mm_arg_end);
pr_info("\tEnv start: %lx\n", tc.mm_env_start);
pr_info("\tEnv end: %lx\n", tc.mm_env_end);
pr_info("\n\tBlkSig: %lx\n", tc.blk_sigset);
pr_info("\n");
err: