Update lib

This commit is contained in:
xing-yang
2023-10-15 00:12:10 +00:00
parent 46c9845c2e
commit 5ceee78eeb
89 changed files with 586 additions and 2209 deletions

View File

@@ -7,12 +7,6 @@
package unix
import "unsafe"
func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {
return ENOTSUP
}
func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) (err error) {
return ENOTSUP
}