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

(-)a/src/prog/gpm-root.y (-1 / +1 lines)
Lines 1197-1203 Link Here
1197
   /* reap your zombies */
1197
   /* reap your zombies */
1198
   childaction.sa_handler=reap_children;
1198
   childaction.sa_handler=reap_children;
1199
#if defined(__GLIBC__)
1199
#if defined(__GLIBC__)
1200
   __sigemptyset(&childaction.sa_mask);
1200
   sigemptyset(&childaction.sa_mask);
1201
#else /* __GLIBC__ */
1201
#else /* __GLIBC__ */
1202
   childaction.sa_mask=0;
1202
   childaction.sa_mask=0;
1203
#endif /* __GLIBC__ */
1203
#endif /* __GLIBC__ */

Return to bug 629774