-
Notifications
You must be signed in to change notification settings - Fork 1k
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
hurd: Add missing struct __timeval for 64bit support #3786
Conversation
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
Can you post a link to the relevant docs/source here? @rustbot author |
As mentioned, this is exactly the same as linux with glibc: https://github.com/rust-lang/libc/blob/main/src/unix/linux_like/linux/gnu/mod.rs#L75 for the same reason: the because glibc uses a 32-bit-compatible timeval for that field: https://sourceware.org/git/?p=glibc.git;a=blob;f=bits/utmp.h;h=27cb536800c46d67c0627dddb66db4ad737d356f;hb=HEAD#l72
We don't have a hurd file there for now. |
This is the same as linux_like/linux/gnu's __timeval for ut_tv for 64bit architectures.
Thanks for the follow up, sounds reasonable to me. |
This is the same as linux_like/linux/gnu's __timeval for ut_tv for 64bit architectures. (backport <rust-lang#3786>) (cherry picked from commit c8f2b3c)
This is the same as linux_like/linux/gnu's __timeval for ut_tv for 64bit architectures. (backport <rust-lang#3786>) (cherry picked from commit c8f2b3c)
This is the same as linux_like/linux/gnu's __timeval for ut_tv for 64bit architectures. (backport <rust-lang#3786>) (cherry picked from commit c8f2b3c)
This is the same as linux_like/linux/gnu's __timeval for ut_tv for 64bit architectures. (backport <rust-lang#3786>) (cherry picked from commit c8f2b3c)
This is the same as linux_like/linux/gnu's __timeval for ut_tv for 64bit architectures.