We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e9475 commit 058e356Copy full SHA for 058e356
src/ccalls.jl
@@ -100,7 +100,7 @@ const HAS_CCALL_GCSAFE = VERSION >= v"1.13.0-DEV.70" || v"1.12-DEV.2029" <= VERS
100
"""
101
@gcsafe_ccall ...
102
103
-Call a foreign function just like [`@ccall`](@ref Base.@ccall), but marking it safe for the GC to run. This is
+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
104
useful for functions that may block, so that the GC isn't blocked from running, but may also
105
be required to prevent deadlocks (see JuliaGPU/CUDA.jl#2261).
106
0 commit comments