diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index cca33a177..6191debb1 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1319,7 +1319,7 @@ enum { | |||
1319 | # define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus) | 1319 | # define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus) |
1320 | #else | 1320 | #else |
1321 | extern bool re_execed; | 1321 | extern bool re_execed; |
1322 | /* Note: re_exec() and fork_or_rexec() do argv[0][0] |= 0x80 on NOMMU! | 1322 | /* Note: re_exec() sets argv[0][0] |= 0x80 on NOMMU! |
1323 | * _Parent_ needs to undo it if it doesn't want to have argv[0] mangled. | 1323 | * _Parent_ needs to undo it if it doesn't want to have argv[0] mangled. |
1324 | */ | 1324 | */ |
1325 | void re_exec(char **argv) NORETURN FAST_FUNC; | 1325 | void re_exec(char **argv) NORETURN FAST_FUNC; |