mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 11:57:39 +03:00
Remove disallowed linkname usages
This commit is contained in:
parent
284cb5ce98
commit
e0ee7f49e2
1 changed files with 3 additions and 2 deletions
|
@ -25,5 +25,6 @@ func SetKeepAlivePeriod(idle time.Duration, interval time.Duration) Func {
|
|||
}
|
||||
}
|
||||
|
||||
//go:linkname roundDurationUp net.roundDurationUp
|
||||
func roundDurationUp(d time.Duration, to time.Duration) time.Duration
|
||||
func roundDurationUp(d time.Duration, to time.Duration) time.Duration {
|
||||
return (d + to - 1) / to
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue