mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-13 13:57:05 +00:00
7 lines
129 B
Go
7 lines
129 B
Go
//go:build !darwin || !badlinkname
|
|
|
|
package libbox
|
|
|
|
func PrepareCrashSignalHandlers() {}
|
|
|
|
func ReinstallCrashSignalHandlers() {}
|