aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;