aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-04-09 11:24:09 +0100
committerRon Yorston <rmy@pobox.com>2023-04-09 11:24:09 +0100
commitd9f2ea8628452f787e02dd0e496af612a2e94578 (patch)
treec12be657e31c2e832b41fbff9a77aa0f886d47f0 /include
parentfa04f2dc766c76f2caa44a4b8429185dde6a66b0 (diff)
parenta26711a2d1464167be4ebc990fe21a3809a2da34 (diff)
downloadbusybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.tar.gz
busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.tar.bz2
busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 2841d7fbf..7683b3f63 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1377,7 +1377,7 @@ enum {
1377# define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus) 1377# define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus)
1378#else 1378#else
1379 extern bool re_execed; 1379 extern bool re_execed;
1380 /* Note: re_exec() and fork_or_rexec() do argv[0][0] |= 0x80 on NOMMU! 1380 /* Note: re_exec() sets argv[0][0] |= 0x80 on NOMMU!
1381 * _Parent_ needs to undo it if it doesn't want to have argv[0] mangled. 1381 * _Parent_ needs to undo it if it doesn't want to have argv[0] mangled.
1382 */ 1382 */
1383 void re_exec(char **argv) NORETURN FAST_FUNC; 1383 void re_exec(char **argv) NORETURN FAST_FUNC;