diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index bb27c59a1..6a2a2d640 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1169,6 +1169,7 @@ enum { | |||
1169 | #endif | 1169 | #endif |
1170 | void bb_daemonize_or_rexec(int flags, char **argv) FAST_FUNC; | 1170 | void bb_daemonize_or_rexec(int flags, char **argv) FAST_FUNC; |
1171 | void bb_sanitize_stdio(void) FAST_FUNC; | 1171 | void bb_sanitize_stdio(void) FAST_FUNC; |
1172 | #define bb_daemon_helper(arg) bb_daemonize_or_rexec((arg) | DAEMON_ONLY_SANITIZE, NULL) | ||
1172 | /* Clear dangerous stuff, set PATH. Return 1 if was run by different user. */ | 1173 | /* Clear dangerous stuff, set PATH. Return 1 if was run by different user. */ |
1173 | int sanitize_env_if_suid(void) FAST_FUNC; | 1174 | int sanitize_env_if_suid(void) FAST_FUNC; |
1174 | 1175 | ||