aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/vfork_daemon_rexec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/vfork_daemon_rexec.c b/libbb/vfork_daemon_rexec.c
index eca2fabf5..1c24f0d10 100644
--- a/libbb/vfork_daemon_rexec.c
+++ b/libbb/vfork_daemon_rexec.c
@@ -232,6 +232,7 @@ int FAST_FUNC spawn_and_wait(char **argv)
232 return wait4pid(rc); 232 return wait4pid(rc);
233} 233}
234 234
235#if !ENABLE_PLATFORM_MINGW32
235#if !BB_MMU 236#if !BB_MMU
236void FAST_FUNC re_exec(char **argv) 237void FAST_FUNC re_exec(char **argv)
237{ 238{
@@ -318,3 +319,4 @@ void FAST_FUNC bb_sanitize_stdio(void)
318{ 319{
319 bb_daemonize_or_rexec(DAEMON_ONLY_SANITIZE, NULL); 320 bb_daemonize_or_rexec(DAEMON_ONLY_SANITIZE, NULL);
320} 321}
322#endif /* !MINGW32 */