![]() |
|
Message-ID: <7f57cd5a-feac-76fb-9775-b711cbfa884f@telliq.com> Date: Fri, 4 Jul 2025 16:37:14 +0200 From: Jan Kardell <jan.kardell@...liq.com> To: musl@...ts.openwall.com Subject: Bug: adjtime is not returning remaining offset Hi, An adjtime(NULL, &olddelta) call do not return anything in olddelta. The cause is that timex.modes is not set to ADJ_OFFSET_SS_READ in the resulting call to adjtimex(). I straced on glibc, and there ADJ_OFFSET_SS_READ is set. Currently I'm using musl-1.2.5, but musl-1.1.24 misbehaves in the same way. //Jan
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.