We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fc7db commit e9d633fCopy full SHA for e9d633f
base/libc.jl
@@ -444,8 +444,8 @@ Make a FIFO special file (a named pipe) at `path`. Return `path` as-is on succe
444
445
`mkfifo` is supported only in Unix platforms.
446
447
-!!! compat "Julia 1.8"
448
- `mkfifo` requires at least Julia 1.8.
+!!! compat "Julia 1.11"
+ `mkfifo` requires at least Julia 1.11.
449
"""
450
function mkfifo(
451
path::AbstractString,
0 commit comments