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 ddbde1833..547b8f798 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -573,7 +573,7 @@ int run_nofork_applet_prime(struct nofork_save_area *old, const struct bb_applet
573 */ 573 */
574enum { 574enum {
575 DAEMON_CHDIR_ROOT = 1, 575 DAEMON_CHDIR_ROOT = 1,
576 DAEMON_DEVNULL_STDIO = /* 2 */ 0, /* no users so far */ 576 DAEMON_DEVNULL_STDIO = 2,
577 DAEMON_CLOSE_EXTRA_FDS = 4, 577 DAEMON_CLOSE_EXTRA_FDS = 4,
578 DAEMON_ONLY_SANITIZE = 8, /* internal use */ 578 DAEMON_ONLY_SANITIZE = 8, /* internal use */
579}; 579};