From adbb73bda7c0ff75caceaf6ad29187293f0afd3f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 12 Jul 2008 17:05:14 +0000 Subject: sleep: if FANCY && DESKTOP, support fractional seconds, minutes, hours and so on. It's coreutils compat. bloatcheck is atrocious :( function old new delta sleep_main 71 362 +291 bb_strtod - 127 +127 make_device 1269 1294 +25 getoptscmd 708 713 +5 switch_root_main 402 401 -1 display_speed 90 85 -5 show_entry 295 289 -6 parse_expr 841 833 -8 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/4 up/down: 448/-20) Total: 428 bytes --- include/xatonum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xatonum.h') diff --git a/include/xatonum.h b/include/xatonum.h index 944ee7742..02aacc0d5 100644 --- a/include/xatonum.h +++ b/include/xatonum.h @@ -169,7 +169,7 @@ uint32_t bb_strtou32(const char *arg, char **endp, int base) /* Floating point */ -/* double bb_strtod(const char *arg, char **endp); */ +double bb_strtod(const char *arg, char **endp) FAST_FUNC; #if __GNUC_PREREQ(4,1) # pragma GCC visibility pop -- cgit v1.2.3