Refactoring

This commit is contained in:
o9000
2017-08-31 18:55:22 +02:00
parent 1e45abe988
commit 0c754affd9
8 changed files with 274 additions and 246 deletions

View File

@@ -6,7 +6,7 @@ void init_signals_postconfig();
void emit_self_restart(const char *reason);
int get_signal_pending();
void sigchld_handler_async();
void handle_sigchld_events();
extern int sigchild_pipe_valid;
extern int sigchild_pipe[2];