diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 7f2cc080a7..3f3347d59a 100644 --- a/src/util.h +++ b/src/util.h @@ -383,6 +383,8 @@ int detect_virtualization(const char **id); void execute_directory(const char *directory, DIR *_d, char *argv[]); +int kill_and_sigcont(pid_t pid, int sig); + #define NULSTR_FOREACH(i, l) \ for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1) |