1
0
Fork 0

Fix build failure from SIGCHLD nexus left overs

Looks like there are some leftovers in include/util.h:

/**
 * An object which exists purely to attach signals to; this is to receive
 * signals when a child process exits.  The signal is "sigchld" with no detail.
 */
extern MetaNexus *sigchld_nexus;

Removing those lines fixes the build
This commit is contained in:
Frederic Peters 2009-11-29 20:40:12 -05:00 committed by Ray Strode
parent 05624f099a
commit 19d85c8566

View file

@ -131,12 +131,6 @@ GPid meta_show_dialog (const char *type,
#endif /* !WITH_VERBOSE_MODE */
/**
* An object which exists purely to attach signals to; this is to receive
* signals when a child process exits. The signal is "sigchld" with no detail.
*/
extern MetaNexus *sigchld_nexus;
#endif /* META_UTIL_H */