diff options
author | Ron Yorston <rmy@pobox.com> | 2023-04-09 11:24:09 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-04-09 11:24:09 +0100 |
commit | d9f2ea8628452f787e02dd0e496af612a2e94578 (patch) | |
tree | c12be657e31c2e832b41fbff9a77aa0f886d47f0 /init | |
parent | fa04f2dc766c76f2caa44a4b8429185dde6a66b0 (diff) | |
parent | a26711a2d1464167be4ebc990fe21a3809a2da34 (diff) | |
download | busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.tar.gz busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.tar.bz2 busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'init')
-rw-r--r-- | init/bootchartd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c index ae1ee9d9a..0929890a3 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -435,8 +435,6 @@ int bootchartd_main(int argc UNUSED_PARAM, char **argv) | |||
435 | 435 | ||
436 | /* parent */ | 436 | /* parent */ |
437 | 437 | ||
438 | USE_FOR_NOMMU(argv[0][0] &= 0x7f); /* undo fork_or_rexec() damage */ | ||
439 | |||
440 | if (DO_SIGNAL_SYNC) { | 438 | if (DO_SIGNAL_SYNC) { |
441 | /* Wait for logger child to set handlers, then unpause it. | 439 | /* Wait for logger child to set handlers, then unpause it. |
442 | * Otherwise with short-lived PROG (e.g. "bootchartd start true") | 440 | * Otherwise with short-lived PROG (e.g. "bootchartd start true") |