Skip to content

Commit 058e356

Browse files
committed
fixup! setup Documenter
1 parent e9e9475 commit 058e356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ccalls.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const HAS_CCALL_GCSAFE = VERSION >= v"1.13.0-DEV.70" || v"1.12-DEV.2029" <= VERS
100100
"""
101101
@gcsafe_ccall ...
102102
103-
Call a foreign function just like [`@ccall`](@ref Base.@ccall), but marking it safe for the GC to run. This is
103+
Call a foreign function just like [`@ccall`](https://docs.julialang.org/en/v1/base/c/#Base.@ccall), but marking it safe for the GC to run. This is
104104
useful for functions that may block, so that the GC isn't blocked from running, but may also
105105
be required to prevent deadlocks (see JuliaGPU/CUDA.jl#2261).
106106

0 commit comments

Comments
 (0)