c/syscall: zerrors

This commit is contained in:
xushiwei
2024-07-18 15:45:54 +08:00
parent 3da3c8ecd8
commit f2dafa7544
37 changed files with 49148 additions and 36 deletions

View File

@@ -19,3 +19,9 @@ package syscall
const (
LLGoPackage = "decl"
)
type Errno = uintptr
// A Signal is a number describing a process signal.
// It implements the os.Signal interface.
type Signal = int