forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore some ABI compatibility with Julia 1.6 (JuliaLang#40851)
In Julia <= 1.6, the C API function `jl_init` and `jl_init_with_image` were exported on the ABI level under the names `jl_init__threading` and `jl_init_with_image__threading`. This was changed during development of Julia 1.7, but unfortunately that broke ABI compatibility with binaries build against Julia <= 1.6. Add back and export two simple wrapper functions to restore this aspect of ABI compatibility.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters