From david.holmes at oracle.com Sat Dec 19 09:57:22 2020 From: david.holmes at oracle.com (David Holmes) Date: Sat, 19 Dec 2020 19:57:22 +1000 Subject: clock_gettime support in MUSL? Message-ID: I'm modernising some hotspot code (JDK-8246112) and want to check that musl supports clock_gettime with CLOCK_MONOTONIC and CLOCK_REALTIME. Thanks, David From aleksei.voitylov at bell-sw.com Mon Dec 21 10:01:47 2020 From: aleksei.voitylov at bell-sw.com (Aleksei Voitylov) Date: Mon, 21 Dec 2020 13:01:47 +0300 Subject: clock_gettime support in MUSL? In-Reply-To: References: Message-ID: <12553c86-79a6-6999-304d-63f831f8dfd5@bell-sw.com> I think it does as long as the Linux kernel supports them (musl just delegates the calls to the kernel). -Aleksei On 19/12/2020 12:57, David Holmes wrote: > I'm modernising some hotspot code (JDK-8246112) and want to check that > musl supports clock_gettime with CLOCK_MONOTONIC and CLOCK_REALTIME. > > Thanks, > David