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
CLOCK_REALTIME_ALARM requires an RTC with alarm support, which may not be
present on a system. In that case, the kernel will return EOPNOTSUPP, which
is defined as ENOTSUP in userspace.
Here use CLOCK_REALTIME instead of the CLOCK_REALTIME_ALARM because we do
NOT need suspend the SUT during test.
For issue #712:
#712
Signed-off-by: Li Wang <[email protected]>
Cc: Viresh Kumar<[email protected]>
Cc: Cyril Hrubis <[email protected]>
Cc: Jan Stancek <[email protected]>
Tested-by: Li Wang <[email protected]>
Reviewed-by: Cyril Hrubis <[email protected]>
0 commit comments