-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Reexport symbols from CoreServices framework.
Some libraries expect special symbols forwarded to CoreServices, else dlopen will fail.
- Loading branch information
1 parent
30b39cc
commit cc30ecd
Showing
2 changed files
with
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
__FE_DFL_DISABLE_SSE_DENORMS_ENV | ||
__FE_DFL_ENV | ||
___inf | ||
_exp2 | ||
_exp2$fenv_access_off | ||
_fdim | ||
_fdim$fenv_access_off | ||
_feclearexcept | ||
_fegetenv | ||
_fegetexcept | ||
_fegetround | ||
_feholdexcept | ||
_feraiseexcept | ||
_fesetenv | ||
_fesetexcept | ||
_fesetround | ||
_fetestexcept | ||
_feupdateenv | ||
_fmax | ||
_fmax$fenv_access_off | ||
_fmin | ||
_fmin$fenv_access_off | ||
_log2 | ||
_log2$fenv_access_off | ||
_modff | ||
_modff$fenv_access_off | ||
_nan | ||
_nanf | ||
_nextafterd | ||
_nextafterf | ||
_remquo | ||
_remquo$fenv_access_off | ||
dyld_stub_binder |