Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228263
Collapse All | Expand All

(-)crashme.c.orig (-1 / +1 lines)
Lines 260-266 Link Here
260
#else
260
#else
261
 struct sigaction act;
261
 struct sigaction act;
262
 act.sa_handler = func;
262
 act.sa_handler = func;
263
 act.sa_mask = 0;
263
 sigemptyset(&act.sa_mask);
264
#ifdef linux
264
#ifdef linux
265
 act.sa_restorer = 0;
265
 act.sa_restorer = 0;
266
#endif /* linux */
266
#endif /* linux */

Return to bug 228263