]> git.ipfire.org Git - thirdparty/chrony.git/commit
privops: switch from settimeofday() to clock_settime() master
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 29 Jan 2026 08:29:30 +0000 (09:29 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 29 Jan 2026 08:51:33 +0000 (09:51 +0100)
commite313f5abf7b4b919bd09e6c95cffadeb056bb2e2
treedaff4ee83c916600141f11568c8694f844c4e75a
parentc51c7f5a8135d1a91ed50f49cf4b7b8c437e7a76
privops: switch from settimeofday() to clock_settime()

Following the removal of gettimeofday() calls, change PRV_SetTime() to
use clock_settime() instead of settimeofday(). Only CLOCK_REALTIME is
supported for now.
privops.c
privops.h
sys_generic.c
sys_linux.c
sys_macosx.c