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

Update libc to 0.2.144 #830

Closed
wants to merge 1 commit into from
Closed

Update libc to 0.2.144 #830

wants to merge 1 commit into from

Conversation

heiher
Copy link

@heiher heiher commented May 9, 2023

Update libc to 0.2.144 to resolve compile errors for LoongArch target:

error[E0412]: cannot find type `__u64` in the crate root
 --> /home/hev/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.121/src/unix/linux_like/linux/non_exhaustive.rs:5:22
  |
5 |         pub flags: ::__u64,
  |                      ^^^^^ not found in the crate root

error[E0412]: cannot find type `__u64` in the crate root
 --> /home/hev/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.121/src/unix/linux_like/linux/non_exhaustive.rs:6:21
  |
6 |         pub mode: ::__u64,
  |                     ^^^^^ not found in the crate root

error[E0412]: cannot find type `__u64` in the crate root
 --> /home/hev/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.121/src/unix/linux_like/linux/non_exhaustive.rs:7:24
  |
7 |         pub resolve: ::__u64,
  |                        ^^^^^ not found in the crate root

@emilio
Copy link
Collaborator

emilio commented May 29, 2023

This was done in #834, thanks!

@emilio emilio closed this May 29, 2023
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