Skip to content
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: Fix lib_arc4random.c:111:(.text.arc4random_buf+0x26): undefined reference to `clock_systime_ticks' #14523

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

xiaoxiang781216
Copy link
Contributor

Note: Please adhere to Contributing Guidelines.

Summary

by replacing clock_systime_ticks with clock

Impact

fix the build break reported by:
https://github.com/NuttX/nuttx/actions/runs/11540264972/job/32129220872#step:7:101

Testing

ci

… reference to `clock_systime_ticks'

by replacing clock_systime_ticks to clock

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
@github-actions github-actions bot added Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small labels Oct 28, 2024
Copy link
Contributor

@cederom cederom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @xiaoxiang781216 :-) Lets just wait for CI complete "just to make sure"^TM :D

@raiden00pl raiden00pl merged commit 992c8dd into apache:master Oct 28, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants