Skip to content

Commit f3d2088

Browse files
vtjnashRAI CI (GitHub Action Automation)
authored andcommitted
fix build failure with dyld4 deadlock workaround (JuliaLang#49776)
Accidentally missed in JuliaLang#49740 Fixes JuliaLang#49773
1 parent 6192ed6 commit f3d2088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mach_dyld_atfork.tbd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ install-name: '/usr/lib/libSystem.B.dylib'
2121
exports:
2222
- targets: [ arm64-macos, arm64e-macos, x86_64-macos, x86_64-maccatalyst,
2323
arm64-maccatalyst, arm64e-maccatalyst ]
24-
symbols: [ __dyld_atfork_parent, __dyld_atfork_prepare ]
24+
symbols: [ __dyld_atfork_parent, __dyld_atfork_prepare,
25+
__dyld_dlopen_atfork_parent, __dyld_dlopen_atfork_prepare ]
2526
...

0 commit comments

Comments
 (0)