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 Link Here
4978
      struct sigaction action;
4978
      struct sigaction action;
4979
      action.sa_handler = SIG_DFL;
4979
      action.sa_handler = SIG_DFL;
4980
      sigemptyset (&action.sa_mask);
4980
      sigemptyset (&action.sa_mask);
4981
      action.sa_flags = SA_RESTART | SA_NOCLDSTOP;
4981
      sigaction (signum, &action, NULL);
4982
      sigaction (signum, &action, NULL);
4982
    }
4983
    }
4983
}
4984
}

Return to bug 501330