mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
7 lines
263 B
C
7 lines
263 B
C
/*
|
|
* tvOS does not export these iOS runtime helpers used by Go cgo archives.
|
|
* WireGuardKitGo references them indirectly; provide no-op stubs for tvOS.
|
|
*/
|
|
void darwin_arm_init_mach_exception_handler(void) {}
|
|
void darwin_arm_init_thread_exception_port(void) {}
|