diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 14:14:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 14:14:26 +0200 |
commit | 729ecb87bfbbaf9250837d8b8748503c5e97bfd6 (patch) | |
tree | c269d39f4d929671e12ca2dfba90814e3b6f9976 /libbb/appletlib.c | |
parent | 121fb9506bcade96b6fb8b1dbcbbb7699bfb1a9d (diff) | |
download | busybox-w32-729ecb87bfbbaf9250837d8b8748503c5e97bfd6.tar.gz busybox-w32-729ecb87bfbbaf9250837d8b8748503c5e97bfd6.tar.bz2 busybox-w32-729ecb87bfbbaf9250837d8b8748503c5e97bfd6.zip |
bbconfig: make it independent from printf functions
function old new delta
full_write2_str - 25 +25
full_write1_str - 25 +25
clear_main 21 20 -1
telnet_main 1488 1477 -11
getty_main 1932 1918 -14
full_write22_str 25 - -25
------------------------------------------------------------------------------
(add/remove: 2/1 grow/shrink: 0/3 up/down: 50/-51) Total: -1 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 6267f2673..f3d530184 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -98,13 +98,6 @@ static const char *unpack_usage_messages(void) | |||
98 | #endif /* FEATURE_COMPRESS_USAGE */ | 98 | #endif /* FEATURE_COMPRESS_USAGE */ |
99 | 99 | ||
100 | 100 | ||
101 | static void full_write2_str(const char *str) | ||
102 | { | ||
103 | // This uses stdio: | ||
104 | //xwrite_str(STDERR_FILENO, str); | ||
105 | write(STDERR_FILENO, str, strlen(str)); | ||
106 | } | ||
107 | |||
108 | void FAST_FUNC bb_show_usage(void) | 101 | void FAST_FUNC bb_show_usage(void) |
109 | { | 102 | { |
110 | if (ENABLE_SHOW_USAGE) { | 103 | if (ENABLE_SHOW_USAGE) { |