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
* The `VOUCHER_USE_MACH_VOUCHER` branch defines `_voucher_atfork_parent`
but the `#else` branch does not. Assume it should look like the
implementation for `_voucher_atfork_child` nearby.
* Compiler complains about `voucher_process_can_use_arbitrary_personas`
not having a previous prototype. This actually isn't used anywhere
outside the `VOUCHER_USE_MACH_VOUCHER` branch, so remove it.
* Ensure `voucher_needs_adopt` is `static` inline, otherwise the linker
gives "multiple definition" errors despite it being marked as inline.
0 commit comments