Kill target processes properly

This commit is contained in:
topjohnwu
2018-11-27 01:21:59 -05:00
parent 7e6b5363f1
commit e8cba3524e
3 changed files with 38 additions and 21 deletions

View File

@@ -93,7 +93,6 @@ unsigned get_shell_uid();
unsigned get_system_uid();
unsigned get_radio_uid();
ssize_t fdgets(char *buf, size_t size, int fd);
int is_num(const char *s);
int exec_command_sync(const char *argv0, ...);
int fork_dont_care();
void gen_rand_str(char *buf, int len);