We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e36ba8 commit d3e7653Copy full SHA for d3e7653
BaseBin/forkfix/src/main.c
@@ -111,7 +111,7 @@ void apply_fork_hook(void)
111
__attribute__((constructor)) static void initializer(void)
112
{
113
#ifdef __arm64e__
114
- if (__builtin_available(iOS 16.0, *)) { /* fall through */ }
+ if (__builtin_available(iOS 16.0, *) || getenv("FORKFIX_DISABLE_REBIND")) { /* fall through */ }
115
else if (fork_reimpl_init(forkfix___fork)) return;
116
#endif
117
0 commit comments