aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
index a5d9919..2c8c46a 100644
--- a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
+++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
@@ -1,4 +1,4 @@
1// linux/mksysnum.pl -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h 1// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h
2// Code generated by the command above; see README.md. DO NOT EDIT. 2// Code generated by the command above; see README.md. DO NOT EDIT.
3 3
4// +build riscv64,linux 4// +build riscv64,linux
@@ -284,4 +284,5 @@ const (
284 SYS_STATX = 291 284 SYS_STATX = 291
285 SYS_IO_PGETEVENTS = 292 285 SYS_IO_PGETEVENTS = 292
286 SYS_RSEQ = 293 286 SYS_RSEQ = 293
287 SYS_KEXEC_FILE_LOAD = 294
287) 288)