diff options
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 064888ab8..d15d363f3 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -88,7 +88,7 @@ static void resuse_end(pid_t pid, resource_t *resp) | |||
88 | * returns the child process, set the time the command finished. */ | 88 | * returns the child process, set the time the command finished. */ |
89 | while ((caught = wait3(&resp->waitstatus, 0, &resp->ru)) != pid) { | 89 | while ((caught = wait3(&resp->waitstatus, 0, &resp->ru)) != pid) { |
90 | if (caught == -1 && errno != EINTR) { | 90 | if (caught == -1 && errno != EINTR) { |
91 | bb_perror_msg("wait"); | 91 | bb_simple_perror_msg("wait"); |
92 | return; | 92 | return; |
93 | } | 93 | } |
94 | } | 94 | } |