aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index c3e950893..550a98db6 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -13222,7 +13222,7 @@ timescmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
13222 const unsigned char *p; 13222 const unsigned char *p;
13223 struct tms buf; 13223 struct tms buf;
13224 13224
13225 clk_tck = sysconf(_SC_CLK_TCK); 13225 clk_tck = bb_clk_tck();
13226 times(&buf); 13226 times(&buf);
13227 13227
13228 p = timescmd_str; 13228 p = timescmd_str;