[PATCH weston v2] removed extra sigemptyset and updated documentation
Siddharth Heroor
heroor at gmail.com
Wed Mar 27 07:55:19 PDT 2013
On Wed, Mar 27, 2013 at 8:15 PM, Peter Maatman <blackwolf12333 at gmail.com> wrote:
> From: blackwolf12333 <blackwolf12333 at gmail.com>
>
> ---
> src/compositor.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/src/compositor.c b/src/compositor.c
> index ec3d0e3..5d4c9b2 100644
> --- a/src/compositor.c
> +++ b/src/compositor.c
> @@ -3401,8 +3401,6 @@ catch_signals()
> action.sa_sigaction = on_caught_signal;
> sigemptyset(&action.sa_mask);
> sigaction(SIGSEGV, &action, NULL);
> -
> - sigemptyset(&action.sa_mask);
> sigaction(SIGABRT, &action, NULL);
> }
>
> --
> 1.8.2
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
Is there any docs update as well? The subject seems to say that. Its
better to split into two patches in case of that.
--
Sid
More information about the wayland-devel
mailing list