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

privsep: allow __NR_clock_gettime32 syscall #254

Merged

Conversation

olegartys
Copy link
Contributor

musl libc doesn't have __NR_clock_gettime definition, but has __NR_clock_gettime32. clock_gettime implementation fallbacks to 32-bit version if 64-bit is not supported by the kernel.

musl libc doesn't have __NR_clock_gettime definition,
but has __NR_clock_gettime32. clock_gettime implementation
fallbacks to 32-bit version if 64-bit is not supported by the kernel.

Signed-off-by: Oleg Lyovin <ovlevin@sberdevices.ru>
@rsmarples rsmarples merged commit 52f1b73 into NetworkConfiguration:master Oct 16, 2023
4 of 5 checks passed
@rsmarples
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants