You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macos: fix extern C SubprocessMacInit declaration scope
extern "C" linkage specification must be at namespace (file) scope in
C++, not inside a function body. Move the SubprocessMacInit() forward
declaration out of main() into file scope, guarded by OS_MAC.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments