library: c/syscall

This commit is contained in:
xushiwei
2024-07-11 19:11:54 +08:00
parent b81638794f
commit a5ff25b0fe
38 changed files with 46 additions and 13 deletions

View File

@@ -664,8 +664,6 @@ func canSkipToBuild(pkgPath string) bool {
switch pkgPath {
case "unsafe":
return true
case "internal/oserror":
return false
default:
return strings.HasPrefix(pkgPath, "internal/") ||
strings.HasPrefix(pkgPath, "runtime/internal/")
@@ -679,6 +677,7 @@ var hasAltPkg = map[string]none{
"fmt": {},
"internal/abi": {},
"internal/bytealg": {},
"internal/oserror": {},
"internal/reflectlite": {},
//"io": {},
//"io/fs": {},