patch: syscall

This commit is contained in:
xushiwei
2024-06-20 02:55:26 +08:00
parent 0c1ef72285
commit 607deaa3c4
6 changed files with 69 additions and 9 deletions

View File

@@ -724,6 +724,7 @@ var hasAltPkg = map[string]none{
"math": {},
"sync": {},
"sync/atomic": {},
"syscall": {},
"os": {},
"runtime": {},
}