-
Notifications
You must be signed in to change notification settings - Fork 7.6k
libc: remove POSIX_TIMERS dep from COMMON_LIBC_TIME #92590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libc: remove POSIX_TIMERS dep from COMMON_LIBC_TIME #92590
Conversation
remove POSIX_TIMERS dependency from COMMON_LIBC_TIME, as it is no longer needed. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
the time() implementation now uses sys_clock_gettime(), change that in the docs. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change cherry picked from #92115, so this can still go in 4.2.0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch - thanks @maass-hamburg 🙏
@tejlmand please approve as the assignee, so this can still go in 4.2.0 |
He is off so have switched to Stephanso who is actually the libc maintainer |
remove POSIX_TIMERS dependency from
COMMON_LIBC_TIME, as no longer needed.
the time() implementation now uses
sys_clock_gettime(), change that in the docs.