Skip to content

unistd: remove gate from mkfifo#2749

Open
cakebaker wants to merge 2 commits intonix-rust:masterfrom
cakebaker:remove_mkfifo_gate
Open

unistd: remove gate from mkfifo#2749
cakebaker wants to merge 2 commits intonix-rust:masterfrom
cakebaker:remove_mkfifo_gate

Conversation

@cakebaker
Copy link

What does this PR do

This PR removes the #[cfg(not(target_os = "redox"))] gate as I think it is no longer necessary. Over in uutils/coreutils we also use libc::mkfifo and it compiles on redox in our CI.

@xtqqczze
Copy link
Contributor

xtqqczze commented Mar 9, 2026

need to pin libc@0.2.182 because of rust-lang/libc#4986

@cakebaker cakebaker marked this pull request as draft March 9, 2026 15:10
@cakebaker cakebaker marked this pull request as ready for review March 9, 2026 15:33
@cakebaker
Copy link
Author

@xtqqczze thanks, that did the trick.

@xtqqczze
Copy link
Contributor

xtqqczze commented Mar 9, 2026

Issue opened: #2750

@xtqqczze
Copy link
Contributor

xtqqczze commented Mar 9, 2026

Depends on #2751

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.

2 participants