mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-01 16:34:23 +01:00
Support numeric value for --signal
This commit is contained in:
@@ -19,7 +19,7 @@ endswith(const char *str, const char *suffix);
|
||||
|
||||
// Get human readable signal string
|
||||
int
|
||||
get_sig_name(int sig, char *buf);
|
||||
get_sig_name(int sig, char *buf, size_t len);
|
||||
|
||||
// Get signal code from string like SIGHUP
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user