Rui Salvaterra c5c652e5ad busybox: use CLOCK_MONOTONIC instead of gettimeofday
The clock_gettime(CLOCK_MONOTONIC) syscall exists for so long that the first
kernel version to support it is not even specified in the man page [1]. Let's
enable it on BusyBox by default. Otherwise, gettimeofday will be used instead,
which will give wrong results if the date/time is reset (time moving backwards).

[1] https://linux.die.net/man/2/clock_gettime

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2020-07-11 13:33:28 +02:00
..
2019-12-23 00:22:07 +01:00
2019-10-19 12:49:11 +02:00
2020-04-09 22:08:16 +02:00
2019-10-18 19:23:07 +02:00
2019-08-16 22:53:06 +02:00
2019-08-27 10:32:44 +02:00
2020-02-14 14:10:51 +01:00
2020-02-14 14:10:51 +01:00
2019-09-01 00:34:30 +02:00
2020-05-29 23:59:35 +01:00
2019-07-08 17:01:54 +02:00