mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Because ignore SIGCHLD early, letting signal_del restore it doesn't work
correctly, so set it explicitly back to default (and the others for good measure).
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1499,7 +1499,7 @@ struct tmuxproc *proc_start(const char *);
|
||||
void proc_loop(struct tmuxproc *, int (*)(void));
|
||||
void proc_exit(struct tmuxproc *);
|
||||
void proc_set_signals(struct tmuxproc *, void(*)(int));
|
||||
void proc_clear_signals(struct tmuxproc *);
|
||||
void proc_clear_signals(struct tmuxproc *, int);
|
||||
struct tmuxpeer *proc_add_peer(struct tmuxproc *, int,
|
||||
void (*)(struct imsg *, void *), void *);
|
||||
void proc_remove_peer(struct tmuxpeer *);
|
||||
|
Reference in New Issue
Block a user