diff options
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r-- | libbb/xfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 57bda6204..c92436683 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -430,6 +430,6 @@ int FAST_FUNC wait_for_exitstatus(pid_t pid) | |||
430 | 430 | ||
431 | n = safe_waitpid(pid, &exit_status, 0); | 431 | n = safe_waitpid(pid, &exit_status, 0); |
432 | if (n < 0) | 432 | if (n < 0) |
433 | bb_perror_msg_and_die("waitpid"); | 433 | bb_simple_perror_msg_and_die("waitpid"); |
434 | return exit_status; | 434 | return exit_status; |
435 | } | 435 | } |