Skip to content

Commit

Permalink
Update base/libc.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Jameson Nash <[email protected]>
  • Loading branch information
tkf and vtjnash committed Nov 13, 2021
1 parent d7447a1 commit 1ff5cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/libc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function mkfifo(
systemerror("mkfifo", ret == -1)
return path
else
error("not supported on this platform")
systemerror("mkfifo", ENOTSUP)
end
end

Expand Down

0 comments on commit 1ff5cd7

Please sign in to comment.