c/syscall: zsysnum

This commit is contained in:
luoliwoshang
2025-01-14 14:09:52 +00:00
parent e016e92c41
commit f85382edd4
32 changed files with 9349 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build amd64 && solaris
package syscall
// TODO(aram): remove these before Go 1.3.
const (
SYS_EXECVE = 59
SYS_FCNTL = 62
)