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 b4d512bd6..ee2dbdef1 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -426,6 +426,6 @@ int FAST_FUNC wait_for_exitstatus(pid_t pid) | |||
426 | 426 | ||
427 | n = safe_waitpid(pid, &exit_status, 0); | 427 | n = safe_waitpid(pid, &exit_status, 0); |
428 | if (n < 0) | 428 | if (n < 0) |
429 | bb_perror_msg_and_die("waitpid"); | 429 | bb_simple_perror_msg_and_die("waitpid"); |
430 | return exit_status; | 430 | return exit_status; |
431 | } | 431 | } |