You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid Zephyr's time.h wrapper which doesn't expose CLOCK_MONOTONIC_RAW
without CONFIG_POSIX_CLOCK_SELECTION=y. Declare the glibc clock_gettime
prototype manually and hardcode the Linux clockid (4) so the call
resolves to glibc at link time and returns real host time.
Co-Authored-By: Oz <oz-agent@warp.dev>
0 commit comments