We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd3977 commit c6fc12cCopy full SHA for c6fc12c
src/mach_dyld_atfork.tbd
@@ -21,5 +21,6 @@ install-name: '/usr/lib/libSystem.B.dylib'
21
exports:
22
- targets: [ arm64-macos, arm64e-macos, x86_64-macos, x86_64-maccatalyst,
23
arm64-maccatalyst, arm64e-maccatalyst ]
24
- symbols: [ __dyld_atfork_parent, __dyld_atfork_prepare ]
+ symbols: [ __dyld_atfork_parent, __dyld_atfork_prepare,
25
+ __dyld_dlopen_atfork_parent, __dyld_dlopen_atfork_prepare ]
26
...
0 commit comments