1 Commits

Author SHA1 Message Date
xiadanni
e60242822f busybox: back port remove stime calls patch from upstream
fix #I1QJ4J

reason: stime() has been deprecated in glibc 2.31 and replaced with
clock_settime(). Let's replace the stime() function calls with
clock_settime() in preperation.

backport url: https://git.busybox.net/busybox/commit/?id=d3539be8f27b8cbfdfee460fe08299158f08bcd9

Signed-off-by: xiadanni <xiadanni1@huawei.com>
2020-08-07 09:12:58 +08:00