aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 53224fa35..09e8d28e7 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -966,6 +966,7 @@ enum {
966 DAEMON_DEVNULL_STDIO = 2, 966 DAEMON_DEVNULL_STDIO = 2,
967 DAEMON_CLOSE_EXTRA_FDS = 4, 967 DAEMON_CLOSE_EXTRA_FDS = 4,
968 DAEMON_ONLY_SANITIZE = 8, /* internal use */ 968 DAEMON_ONLY_SANITIZE = 8, /* internal use */
969 DAEMON_DOUBLE_FORK = 16, /* double fork to avoid controlling tty */
969}; 970};
970#if BB_MMU 971#if BB_MMU
971 enum { re_execed = 0 }; 972 enum { re_execed = 0 };