diff options
Diffstat (limited to 'networking/libiproute/iproute.c')
-rw-r--r-- | networking/libiproute/iproute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index f8a67d9ee..ec4d8ba03 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -73,7 +73,7 @@ static unsigned get_hz(void) | |||
73 | fclose(fp); | 73 | fclose(fp); |
74 | } | 74 | } |
75 | if (!hz_internal) | 75 | if (!hz_internal) |
76 | hz_internal = sysconf(_SC_CLK_TCK); | 76 | hz_internal = bb_clk_tck(); |
77 | return hz_internal; | 77 | return hz_internal; |
78 | } | 78 | } |
79 | 79 | ||