test: shrink a bit
function old new delta test_main 5 434 +429 bb_test 473 - -473 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/0 up/down: 429/-473) Total: -44 bytes text data bss dec hex filename 735073 3028 14408 752509 b7b7d busybox_old 735029 3028 14408 752465 b7b51 busybox_unstripped
This commit is contained in:
@ -653,7 +653,7 @@ extern void bb_vinfo_msg(const char *s, va_list p);
|
||||
/* applets which are useful from another applets */
|
||||
int bb_cat(char** argv);
|
||||
int bb_echo(char** argv);
|
||||
int bb_test(int argc, char** argv);
|
||||
int test_main(int argc, char** argv);
|
||||
int kill_main(int argc, char **argv);
|
||||
#if ENABLE_ROUTE
|
||||
void bb_displayroutes(int noresolve, int netstatfmt);
|
||||
|
Reference in New Issue
Block a user