aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 18336da23..640fa3988 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1513,6 +1513,8 @@ int hush_main(int argc, char** argv) IF_SHELL_HUSH(MAIN_EXTERNALLY_VISIBLE);
1513/* If shell needs them, they exist even if not enabled as applets */ 1513/* If shell needs them, they exist even if not enabled as applets */
1514int echo_main(int argc, char** argv) IF_ECHO(MAIN_EXTERNALLY_VISIBLE); 1514int echo_main(int argc, char** argv) IF_ECHO(MAIN_EXTERNALLY_VISIBLE);
1515int sleep_main(int argc, char **argv) IF_SLEEP(MAIN_EXTERNALLY_VISIBLE); 1515int sleep_main(int argc, char **argv) IF_SLEEP(MAIN_EXTERNALLY_VISIBLE);
1516/* See disabled "config ASH_SLEEP" in ash.c */
1517#define ENABLE_ASH_SLEEP 0
1516int printf_main(int argc, char **argv) IF_PRINTF(MAIN_EXTERNALLY_VISIBLE); 1518int printf_main(int argc, char **argv) IF_PRINTF(MAIN_EXTERNALLY_VISIBLE);
1517int test_main(int argc, char **argv) 1519int test_main(int argc, char **argv)
1518#if ENABLE_TEST || ENABLE_TEST1 || ENABLE_TEST2 1520#if ENABLE_TEST || ENABLE_TEST1 || ENABLE_TEST2