diff options
Diffstat (limited to 'coreutils/false.c')
-rw-r--r-- | coreutils/false.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/coreutils/false.c b/coreutils/false.c index 0591a6cdc..b8f17c6a6 100644 --- a/coreutils/false.c +++ b/coreutils/false.c | |||
@@ -6,6 +6,15 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config FALSE | ||
10 | //config: bool "false" | ||
11 | //config: default y | ||
12 | //config: help | ||
13 | //config: false returns an exit code of FALSE (1). | ||
14 | |||
15 | //applet:IF_FALSE(APPLET_NOFORK(false, false, BB_DIR_BIN, BB_SUID_DROP, false)) | ||
16 | |||
17 | //kbuild:lib-$(CONFIG_FALSE) += false.o | ||
9 | 18 | ||
10 | /* BB_AUDIT SUSv3 compliant */ | 19 | /* BB_AUDIT SUSv3 compliant */ |
11 | /* http://www.opengroup.org/onlinepubs/000095399/utilities/false.html */ | 20 | /* http://www.opengroup.org/onlinepubs/000095399/utilities/false.html */ |