mirror of
https://github.com/golang/go.git
synced 2025-05-07 16:43:03 +00:00
For #67002 Change-Id: I460e02db33799c145c296bcf0668fa555199036e Reviewed-on: https://go-review.googlesource.com/c/go/+/617376 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
14 lines
359 B
Go
14 lines
359 B
Go
// Copyright 2016 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.
|
|
|
|
package unix
|
|
|
|
const (
|
|
getrandomTrap uintptr = 349
|
|
copyFileRangeTrap uintptr = 375
|
|
pidfdSendSignalTrap uintptr = 424
|
|
pidfdOpenTrap uintptr = 434
|
|
openat2Trap uintptr = 437
|
|
)
|