On Sun, Jan 12, 2025 at 11:34:19PM +0100, Samuel Thibault wrote:
> Hello,
>
> Zhaoming Luo, le lun. 06 janv. 2025 12:39:07 +0800, a ecrit:
> > mach: Add CLOCK_MONOTONIC case in clock_gettime()
> >
> > The Mach RPC host_get_uptime64() is implemented. It returns the elapsed time
> > value since boo
Hello,
Zhaoming Luo, le lun. 06 janv. 2025 12:39:07 +0800, a ecrit:
> mach: Add CLOCK_MONOTONIC case in clock_gettime()
>
> The Mach RPC host_get_uptime64() is implemented. It returns the elapsed time
> value since bootup. See
>
> https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=fc4
mach: Add CLOCK_MONOTONIC case in clock_gettime()
The Mach RPC host_get_uptime64() is implemented. It returns the elapsed time
value since bootup. See
https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=fc494bfe3fb6363e1077dc035eb119970d84a9d1
In this patch, the RPC is used to implemen