mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 22:53:24 +00:00
Parent process might have been killed by signal to child
This commit is contained in:
parent
9f5abda361
commit
e1a5931827
5 changed files with 33 additions and 8 deletions
1
error.h
1
error.h
|
@ -237,6 +237,7 @@ extern void diag_set_int(char what, int arg);
|
|||
extern int diag_get_int(char what);
|
||||
extern const char *diag_get_string(char what);
|
||||
extern int diag_reserve_fd(int fd);
|
||||
extern int diag_fork(void);
|
||||
extern int diag_dup(void);
|
||||
extern int diag_dup2(int newfd);
|
||||
extern void msg(int level, const char *format, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue