mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-28 07:11:20 +08:00
11 lines
250 B
Go
11 lines
250 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
|
|
)
|