Skip to content

Commit e9d633f

Browse files
authored
Update libc.jl compatability note (#51535)
Update libc.jl compatability note to julia 1.11
1 parent 64fc7db commit e9d633f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/libc.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ Make a FIFO special file (a named pipe) at `path`. Return `path` as-is on succe
444444
445445
`mkfifo` is supported only in Unix platforms.
446446
447-
!!! compat "Julia 1.8"
448-
`mkfifo` requires at least Julia 1.8.
447+
!!! compat "Julia 1.11"
448+
`mkfifo` requires at least Julia 1.11.
449449
"""
450450
function mkfifo(
451451
path::AbstractString,

0 commit comments

Comments
 (0)