File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/internal/syscall/unix Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build arm64 || riscv64
5
+ //go:build arm64 || loong64 || riscv64
6
6
7
7
package unix
8
8
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build linux && (arm64 || riscv64)
5
+ //go:build linux && (arm64 || loong64 || riscv64)
6
6
7
7
package unix
8
8
9
9
// This file is named "generic" because at a certain point Linux started
10
10
// standardizing on system call numbers across architectures. So far this
11
- // means only arm64 and riscv64 use the standard numbers.
11
+ // means only arm64 loong64 and riscv64 use the standard numbers.
12
12
13
13
const (
14
14
getrandomTrap uintptr = 278
You can’t perform that action at this time.
0 commit comments