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:
parent
05624f099a
commit
19d85c8566
1 changed files with 0 additions and 6 deletions
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue