mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-04 18:04:22 +01:00
server: improve child process handling
This commit is contained in:
@@ -29,10 +29,6 @@ get_sig(const char *sig_name);
|
||||
bool
|
||||
fd_set_cloexec(const int fd);
|
||||
|
||||
// waitpid with WNOHANG and return the status
|
||||
int
|
||||
wait_proc(pid_t in, pid_t *out);
|
||||
|
||||
// Open uri with the default application of system
|
||||
int
|
||||
open_uri(char *uri);
|
||||
|
||||
Reference in New Issue
Block a user