Skip to content

Remove direct libc dependency#517

Open
git-f0x wants to merge 1 commit intoSmithay:masterfrom
git-f0x:master
Open

Remove direct libc dependency#517
git-f0x wants to merge 1 commit intoSmithay:masterfrom
git-f0x:master

Conversation

@git-f0x
Copy link

@git-f0x git-f0x commented Mar 12, 2026

Replaces uses of libc::dev_t with rustix::fs::Dev.
libc (which is used through rustix) also supports the FreeBSD 12 ABI now, so the workaround isn't needed.

Replaces uses of `libc::dev_t` with `rustix::fs::Dev`.
`libc` (which is used through `rustix`) also supports the FreeBSD 12 ABI now, so the workaround isn't needed.
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.

1 participant