diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 4bea1ecc04..bdd4f15cf2 100644 --- a/src/util.h +++ b/src/util.h @@ -345,7 +345,7 @@ int touch(const char *path); char *unquote(const char *s, const char quote); -int waitpid_loop(pid_t pid, int *status); +int wait_for_terminate(pid_t pid, siginfo_t *status); #define NULSTR_FOREACH(i, l) \ for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1) |