c/os: fork/exec

This commit is contained in:
xushiwei
2024-07-12 00:39:16 +08:00
parent aac820a8d5
commit 11682e487e
12 changed files with 1083 additions and 25 deletions

View File

@@ -673,24 +673,22 @@ func canSkipToBuild(pkgPath string) bool {
type none struct{}
var hasAltPkg = map[string]none{
//"errors": {},
"fmt": {},
"internal/abi": {},
"internal/bytealg": {},
"internal/oserror": {},
"internal/reflectlite": {},
//"io": {},
//"io/fs": {},
"math": {},
"math/cmplx": {},
"reflect": {},
"sync": {},
"sync/atomic": {},
"syscall": {},
"time": {},
"os": {},
"os/exec": {},
"runtime": {},
"fmt": {},
"internal/abi": {},
"internal/bytealg": {},
"internal/oserror": {},
"internal/reflectlite": {},
"internal/syscall/execenv": {},
"math": {},
"math/cmplx": {},
"reflect": {},
"sync": {},
"sync/atomic": {},
"syscall": {},
"time": {},
"os": {},
"os/exec": {},
"runtime": {},
}
var overlayFiles = map[string]string{