Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 501330 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/glib/gmain.c
0
++ b/glib/gmain.c
Lines 4978-4983 unref_unix_signal_handler_unlocked (int signum) Link Here
4978
  if (unix_signal_refcount[signum] == 0)
4978
  if (unix_signal_refcount[signum] == 0)
4979
    {
4979
    {
4980
      struct sigaction action;
4980
      struct sigaction action;
4981
      memset (&action, 0, sizeof (action));
4981
      action.sa_handler = SIG_DFL;
4982
      action.sa_handler = SIG_DFL;
4982
      sigemptyset (&action.sa_mask);
4983
      sigemptyset (&action.sa_mask);
4983
      sigaction (signum, &action, NULL);
4984
      sigaction (signum, &action, NULL);

Return to bug 501330