1
0
mirror of https://github.com/golang/go synced 2024-11-23 09:00:04 -07:00

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>
This commit is contained in:
Tobias Klauser 2019-11-21 14:39:24 +01:00 committed by Tobias Klauser
parent c2e2296dd7
commit 6f7b96f6cb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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