diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2019-11-21 14:39:24 +0100 |
|---|---|---|
| committer | Tobias Klauser <tobias.klauser@gmail.com> | 2019-11-23 11:00:41 +0000 |
| commit | 6f7b96f6cb5f5c156cf4e69b1fa1ec0e57b01677 (patch) | |
| tree | 9da85b67f8804f1d66376abc67927082e9a2a9d3 /src/syscall | |
| parent | c2e2296dd7dea68de4a45d8dc82b1920130eb74a (diff) | |
| download | go-6f7b96f6cb5f5c156cf4e69b1fa1ec0e57b01677.tar.xz | |
syscall: follow convention for generated code comments in linux/riscv64 files
Use generated code comments following the convention
https://golang.org/s/generatedcode.
Follow-up for CL 204659
Change-Id: I7a3467ff9477488616b17f059245368d3d82d7a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/208417
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/syscall')
| -rw-r--r-- | src/syscall/zerrors_linux_riscv64.go | 2 | ||||
| -rw-r--r-- | src/syscall/zsysnum_linux_riscv64.go | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/syscall/zerrors_linux_riscv64.go b/src/syscall/zerrors_linux_riscv64.go index 906bc8c8db..582537d089 100644 --- a/src/syscall/zerrors_linux_riscv64.go +++ b/src/syscall/zerrors_linux_riscv64.go @@ -1,5 +1,5 @@ // mkerrors.sh -// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT +// Code generated by the command above; DO NOT EDIT. // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- _const.go diff --git a/src/syscall/zsysnum_linux_riscv64.go b/src/syscall/zsysnum_linux_riscv64.go index 67576f1f69..07b81eb881 100644 --- a/src/syscall/zsysnum_linux_riscv64.go +++ b/src/syscall/zsysnum_linux_riscv64.go @@ -1,5 +1,5 @@ -// mksysnum_linux.pl /usr/include/asm/unistd.h -// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT +// mksysnum_linux.pl /usr/include/asm/unistd.h /usr/include/asm-generic/unistd.h +// Code generated by the command above; DO NOT EDIT. package syscall |
