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

@@ -208,6 +208,7 @@ Here are the Go packages that can be imported correctly:
* [unicode/utf16](https://pkg.go.dev/unicode/utf16)
* [math/bits](https://pkg.go.dev/math/bits)
* [math](https://pkg.go.dev/math)
* [syscall](https://pkg.go.dev/syscall) (partially)
* [sync](https://pkg.go.dev/sync) (partially)
* [sync/atomic](https://pkg.go.dev/sync/atomic) (partially)